Changeset 113

Show
Ignore:
Timestamp:
01/26/08 17:51:46 (12 months ago)
Author:
iteman
Message:

- Prepared release 2.0.0.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/package.php

    r107 r113  
    55 * PHP version 5 
    66 * 
    7  * Copyright (c) 2005-2007 KUBO Atsuhiro <iteman@users.sourceforge.net>, 
     7 * Copyright (c) 2005-2008 KUBO Atsuhiro <iteman@users.sourceforge.net>, 
    88 * All rights reserved. 
    99 * 
     
    3030 * 
    3131 * @package    Stagehand_TestRunner 
    32  * @copyright  2005-2007 KUBO Atsuhiro <iteman@users.sourceforge.net> 
     32 * @copyright  2005-2008 KUBO Atsuhiro <iteman@users.sourceforge.net> 
    3333 * @license    http://www.opensource.org/licenses/bsd-license.php  BSD License (revised) 
    3434 * @version    SVN: $Id$ 
     
    5151 * 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. 
    5252 * 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.'; 
    5455 
    5556$package = new PEAR_PackageFileManager2(); 
  • trunk/package.xml

    r104 r113  
    11<?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.0 
     2<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 
    33    http://pear.php.net/dtd/tasks-1.0.xsd 
    44    http://pear.php.net/dtd/package-2.0 
     
    1616  <active>yes</active> 
    1717 </lead> 
    18  <date>2007-12-20</date> 
    19  <time>22:29:48</time> 
     18 <date>2008-01-26</date> 
     19 <time>17:48:56</time> 
    2020 <version> 
    2121  <release>2.0.0</release> 
     
    3333 * 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. 
    3434 * 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> 
    3637 <contents> 
    3738  <dir baseinstalldir="/" name="/"> 
     
    206207    <api>stable</api> 
    207208   </stability> 
    208    <date>2007-12-20</date> 
     209   <date>2008-01-26</date> 
    209210   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License (revised)</license> 
    210211   <notes>A new release of Stagehand_TestRunner is now available. 
     
    214215 * 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. 
    215216 * 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> 
    217219  </release> 
    218220  <release>