Changeset 5666
- Timestamp:
- 02/09/08 17:41:18 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/customappsreg/module.xml
r5501 r5666 2 2 <rawname>customappsreg</rawname> 3 3 <name>Custom Applications</name> 4 <version>2.4.0. 2</version>4 <version>2.4.0.3</version> 5 5 <type>tool</type> 6 6 <category>System Administration</category> … … 13 13 </menuitems> 14 14 <changelog> 15 *2.4.0.3* added depends on 2.4.0 15 16 *2.4.0.2* #2558 can't edit/del custom extension 16 17 *2.4.0.1* Fix typo in install script, non-existent primary key 17 18 *2.4.0* First release of module 18 19 </changelog> 19 <location>release/2.4/customappsreg-2.4.0.2.tgz</location> 20 <md5sum>2ffb27b2da2179fa93a47422bbbf6571</md5sum> 20 <depends> 21 <version>2.4.0</version> 22 </depends> 23 <location>release/2.4/customappsreg-2.4.0.3.tgz</location> 24 <md5sum>e8747f9839adcc852aaf6597339314ff</md5sum> 21 25 </module>
