wez             Sat Jul 31 14:52:04 2004 EDT

  Modified files:              
    /php-src/pear       go-pear-list.php 
  Log:
  Un-bork
  
  
http://cvs.php.net/diff.php/php-src/pear/go-pear-list.php?r1=1.9&r2=1.10&ty=u
Index: php-src/pear/go-pear-list.php
diff -u php-src/pear/go-pear-list.php:1.9 php-src/pear/go-pear-list.php:1.10
--- php-src/pear/go-pear-list.php:1.9   Sun Jun  6 18:49:46 2004
+++ php-src/pear/go-pear-list.php       Sat Jul 31 14:52:04 2004
@@ -3,7 +3,7 @@
  * that will be used to create the PEAR folder
  * in the windows snapshot.
  * See win32/build/mkdist.php for more details
- * $Id: go-pear-list.php,v 1.9 2004/06/06 22:49:46 pajoye Exp $
+ * $Id: go-pear-list.php,v 1.10 2004/07/31 18:52:04 wez Exp $
  */
 $packages  = array(
 // required packages for the installer
@@ -13,7 +13,7 @@
 "Archive_Tar"           =>    "1.2",
 
 // required packages for the web frontend
-"PEAR_Frontend_Web"     =>    "0.4"
+"PEAR_Frontend_Web"     =>    "0.4",
 "HTML_Template_IT"      =>    "1.1",
 "Net_UserAgent_Detect"  =>    "1.0",
 );

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to