cvs: pear /XML_Util package.php /XML_Util/tests AllTests.php

[email protected] ("Chuck Burgess") Sun, 04 May 2008 19:48:46 -0000
Newsgroups php.pear.cvs
Message-ID <cvsashnazg1209930526@cvsserver>
ashnazg		Sun May  4 19:48:46 2008 UTC

  Modified files:              
    /pear/XML_Util	package.php 
    /pear/XML_Util/tests	AllTests.php 
  Log:
  fix package name
  
http://cvs.php.net/viewvc.cgi/pear/XML_Util/package.php?r1=1.11&r2=1.12&diff_format=u
Index: pear/XML_Util/package.php
diff -u pear/XML_Util/package.php:1.11 pear/XML_Util/package.php:1.12
--- pear/XML_Util/package.php:1.11	Sat May  3 01:43:32 2008
+++ pear/XML_Util/package.php	Sun May  4 19:48:46 2008
@@ -36,10 +36,10 @@
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: package.php,v 1.11 2008/05/03 01:43:32 ashnazg Exp $
+ * $Id: package.php,v 1.12 2008/05/04 19:48:46 ashnazg Exp $
  *
  * @author      Stephan Schmidt <[email protected]>
- * @package     XML_Parser
+ * @package     XML_Util
  * @subpackage  Tools
  */
 
@@ -115,4 +115,4 @@
     echo $result->getMessage();
     die();
 }
-?>
\ No newline at end of file
+?>
http://cvs.php.net/viewvc.cgi/pear/XML_Util/tests/AllTests.php?r1=1.2&r2=1.3&diff_format=u
Index: pear/XML_Util/tests/AllTests.php
diff -u pear/XML_Util/tests/AllTests.php:1.2 pear/XML_Util/tests/AllTests.php:1.3
--- pear/XML_Util/tests/AllTests.php:1.2	Sun May  4 19:19:24 2008
+++ pear/XML_Util/tests/AllTests.php	Sun May  4 19:48:46 2008
@@ -11,11 +11,11 @@
  * PHP versions 4 and 5
  *
  * @category   XML
- * @package    Util
+ * @package    XML_Util
  * @subpackage UnitTesting
  * @author     Chuck Burgess <[email protected]>
  * @license    http://www.opensource.org/licenses/bsd-license.php New BSD License
- * @version    CVS: $Id: AllTests.php,v 1.2 2008/05/04 19:19:24 ashnazg Exp $
+ * @version    CVS: $Id: AllTests.php,v 1.3 2008/05/04 19:48:46 ashnazg Exp $
  * @link       http://pear.php.net/package/XML_Util
  * @since      1.1.5
  */
@@ -67,7 +67,7 @@
  * by PhpUnit or via "pear run-tests -u". 
  *
  * @category   XML
- * @package    Util
+ * @package    XML_Util
  * @subpackage UnitTesting
  * @author     Chuck Burgess <[email protected]>
  * @license    http://www.opensource.org/licenses/bsd-license.php New BSD License