Changeset 1370
- Timestamp:
- 04/05/06 17:54:54 (7 years ago)
- Files:
-
- modules/trunk/modules.xml (modified) (1 diff)
- modules/trunk/release/phpinfo-1.0.tgz (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/trunk/modules.xml
r1369 r1370 1 1 <xml> 2 2 <module> 3 <rawname> testmodule</rawname>3 <rawname>phpinfo</rawname> 4 4 <type>testing</type> 5 <name> Test Module</name>6 <author> Rob Thomas</author>7 <email> xrobau@gmail.com</email>5 <name>PHP Info</name> 6 <author>Coalescent Systems</author> 7 <email>info@coalescentsystems.ca</email> 8 8 <version>1.0</version> 9 9 <requirements> 10 <module>core</module>11 <module>recordings</module>12 <product>asterisk</product>13 <product>asterisk-sounds</product>14 <file>/bin/sh</file>15 10 </requirements> 16 11 <!-- Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ --> 17 <location>release/ test-1.0.tgz</location>12 <location>release/phpinfo-1.0.tgz</location> 18 13 </module> 19 14
