Changeset 365 for branches/2.3/pear
- Timestamp:
- 05/11/08 02:51:40 (6 months ago)
- Files:
-
- branches/2.3/pear/BuildPhingPEARPackageTask.php (modified) (1 diff)
- branches/2.3/pear/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/pear/BuildPhingPEARPackageTask.php
r283 r365 72 72 // must end in trailing slash 73 73 $options['outputdirectory'] = $f->getParent() . DIRECTORY_SEPARATOR; 74 $this->log("Creating package file: " . $f->getPath(), P ROJECT_MSG_INFO);74 $this->log("Creating package file: " . $f->getPath(), Project::MSG_INFO); 75 75 } else { 76 $this->log("Creating [default] package.xml file in base directory.", P ROJECT_MSG_INFO);76 $this->log("Creating [default] package.xml file in base directory.", Project::MSG_INFO); 77 77 } 78 78 branches/2.3/pear/build.xml
r172 r365 13 13 <!-- some default properties --> 14 14 <property name="notes">This is the latest release of Phing.</property> 15 <property name="state" value=" stable"/>15 <property name="state" value="beta"/> 16 16 17 17 <taskdef
