Changeset 3054
- Timestamp:
- 10/19/08 07:03:30 (3 months ago)
- Location:
- branches/1.0
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
etc/phing/AgaviPackageTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/CHANGELOG
r3053 r3054 10 10 CHG: Change singular/plural handling in AgaviXmlConfigDomElement convenience methods (#878) (David) 11 11 12 FIX: Project configuration system depends on Phing >= 2.3.0, but should depend on >= 2.3.1 (#884) (Noah) 12 13 FIX: XInclude failure leads to corrupt exception error message (#877) (David) 13 14 FIX: Configuration files with old-style handlers are never validated (#870) (David) -
branches/1.0/etc/phing/AgaviPackageTask.php
r3046 r3054 122 122 $p2->addIgnoreToRelease('bin/agavi.bat-dist'); 123 123 124 $p2->addPackageDepWithChannel( 'required', 'phing', 'pear.phing.info', '2.3.0');124 $p2->addPackageDepWithChannel('required', 'phing', 'pear.phing.info', '2.3.1'); 125 125 126 126 $p2->addConflictingPackageDepWithChannel('phing', 'pear.php.net');

