Changeset 1370 for modules/trunk

Show
Ignore:
Timestamp:
04/05/06 17:54:54 (7 years ago)
Author:
rcourtna
Message:

more module testing stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/trunk/modules.xml

    r1369 r1370  
    11<xml> 
    22  <module> 
    3     <rawname>testmodule</rawname> 
     3    <rawname>phpinfo</rawname> 
    44    <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> 
    88    <version>1.0</version> 
    99    <requirements> 
    10       <module>core</module> 
    11       <module>recordings</module> 
    12       <product>asterisk</product> 
    13       <product>asterisk-sounds</product> 
    14       <file>/bin/sh</file> 
    1510    </requirements> 
    1611    <!--  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> 
    1813  </module> 
    1914