Changeset 3054

Show
Ignore:
Timestamp:
10/19/08 07:03:30 (3 months ago)
Author:
impl
Message:

Fix #884: Project configuration system depends on Phing >= 2.3.0, but should depend on >= 2.3.1

Location:
branches/1.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r3053 r3054  
    1010CHG: Change singular/plural handling in AgaviXmlConfigDomElement convenience methods (#878) (David) 
    1111 
     12FIX: Project configuration system depends on Phing >= 2.3.0, but should depend on >= 2.3.1 (#884) (Noah) 
    1213FIX: XInclude failure leads to corrupt exception error message (#877) (David) 
    1314FIX: Configuration files with old-style handlers are never validated (#870) (David) 
  • branches/1.0/etc/phing/AgaviPackageTask.php

    r3046 r3054  
    122122    $p2->addIgnoreToRelease('bin/agavi.bat-dist'); 
    123123     
    124     $p2->addPackageDepWithChannel( 'required', 'phing', 'pear.phing.info', '2.3.0'); 
     124    $p2->addPackageDepWithChannel('required', 'phing', 'pear.phing.info', '2.3.1'); 
    125125     
    126126    $p2->addConflictingPackageDepWithChannel('phing', 'pear.php.net');