Changeset 113
- Timestamp:
- 01/26/08 17:51:46 (12 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
package.php (modified) (3 diffs)
-
package.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.php
r107 r113 5 5 * PHP version 5 6 6 * 7 * Copyright (c) 2005-200 7KUBO Atsuhiro <iteman@users.sourceforge.net>,7 * Copyright (c) 2005-2008 KUBO Atsuhiro <iteman@users.sourceforge.net>, 8 8 * All rights reserved. 9 9 * … … 30 30 * 31 31 * @package Stagehand_TestRunner 32 * @copyright 2005-200 7KUBO Atsuhiro <iteman@users.sourceforge.net>32 * @copyright 2005-2008 KUBO Atsuhiro <iteman@users.sourceforge.net> 33 33 * @license http://www.opensource.org/licenses/bsd-license.php BSD License (revised) 34 34 * @version SVN: $Id$ … … 51 51 * PHPSpec Support: Stagehand_TestRunner can now be used with PHPSpec (http://code.google.com/p/phpspec/). If you use PHPSpec 0.2.0devel or greater, use the specrunner script for running tests. 52 52 * Migration to PHP 5: Stagehand_TestRunner now works with PHP 5.0.3 or greater. 53 * End of support for PHPUnit 1 and 2: Starting with this release, PHPUnit 1 and 2 are no longer supported.'; 53 * End of support for PHPUnit 1 and 2: Starting with this release, PHPUnit 1 and 2 are no longer supported. 54 * New directory structure: The source code of Stagehand_TestRunner is now located in the php_dir/src directory. Please add php_dir/src into your include_path before starting to use this package.'; 54 55 55 56 $package = new PEAR_PackageFileManager2(); -
trunk/package.xml
r104 r113 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <package packagerversion="1. 6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.02 <package packagerversion="1.7.0RC2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 3 3 http://pear.php.net/dtd/tasks-1.0.xsd 4 4 http://pear.php.net/dtd/package-2.0 … … 16 16 <active>yes</active> 17 17 </lead> 18 <date>200 7-12-20</date>19 <time> 22:29:48</time>18 <date>2008-01-26</date> 19 <time>17:48:56</time> 20 20 <version> 21 21 <release>2.0.0</release> … … 33 33 * PHPSpec Support: Stagehand_TestRunner can now be used with PHPSpec (http://code.google.com/p/phpspec/). If you use PHPSpec 0.2.0devel or greater, use the specrunner script for running tests. 34 34 * Migration to PHP 5: Stagehand_TestRunner now works with PHP 5.0.3 or greater. 35 * End of support for PHPUnit 1 and 2: Starting with this release, PHPUnit 1 and 2 are no longer supported.</notes> 35 * End of support for PHPUnit 1 and 2: Starting with this release, PHPUnit 1 and 2 are no longer supported. 36 * New directory structure: The source code of Stagehand_TestRunner is now located in the php_dir/src directory. Please add php_dir/src into your include_path before starting to use this package.</notes> 36 37 <contents> 37 38 <dir baseinstalldir="/" name="/"> … … 206 207 <api>stable</api> 207 208 </stability> 208 <date>200 7-12-20</date>209 <date>2008-01-26</date> 209 210 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License (revised)</license> 210 211 <notes>A new release of Stagehand_TestRunner is now available. … … 214 215 * PHPSpec Support: Stagehand_TestRunner can now be used with PHPSpec (http://code.google.com/p/phpspec/). If you use PHPSpec 0.2.0devel or greater, use the specrunner script for running tests. 215 216 * Migration to PHP 5: Stagehand_TestRunner now works with PHP 5.0.3 or greater. 216 * End of support for PHPUnit 1 and 2: Starting with this release, PHPUnit 1 and 2 are no longer supported.</notes> 217 * End of support for PHPUnit 1 and 2: Starting with this release, PHPUnit 1 and 2 are no longer supported. 218 * New directory structure: The source code of Stagehand_TestRunner is now located in the php_dir/src directory. Please add php_dir/src into your include_path before starting to use this package.</notes> 217 219 </release> 218 220 <release>
