root/modules/trunk/modules.xml

Revision 1370, 1.6 kB (checked in by rcourtna, 7 years ago)

more module testing stuff

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <xml>
2   <module>
3     <rawname>phpinfo</rawname>
4     <type>testing</type>
5     <name>PHP Info</name>
6     <author>Coalescent Systems</author>
7     <email>info@coalescentsystems.ca</email>
8     <version>1.0</version>
9     <requirements>
10     </requirements>
11     <!--  Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ -->
12     <location>release/phpinfo-1.0.tgz</location>
13   </module>
14
15   <module>
16     <rawname>javassh</rawname>
17     <type>testing</type>
18     <name>Java SSH Client</name>
19     <author>klkunzler</author>
20     <version>1.0</version>
21     <requirements>
22       <module>core</module>
23     </requirements>
24     <!--  Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ -->
25     <location>release/javassh-1.0.tgz</location>
26   </module>
27
28   <module>
29     <rawname>ringgroups</rawname>
30     <type>official</type>
31     <name>Ring Groups</name>
32     <author>core</author>
33     <version>1.0</version>
34     <requirements>
35       <module>core</module>
36     </requirements>
37     <!--  Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ -->
38     <location>release/ringgroups.tgz</location>
39   </module>
40  
41   <!-- Describe 'product' requirements -->
42   <product>
43   <!-- How do we know it's installed? I guess in this case, look for /usr/sbin/aserisk  -->
44     <name>asterisk</name>
45     <file>/usr/sbin/asterisk</file>
46     <error>You need to install asterisk first, dummy.</error>
47   </product>
48
49   <product>
50     <name>asterisk-sounds</name>
51     <file>/var/lib/asterisk/sounds/weasels-eaten-phonesys.gsm</file>
52     <error>The 'asterisk-sounds' module is not installed. Please download it</error>
53   </product>
54 </xml>
Note: See TracBrowser for help on using the browser.