summaryrefslogtreecommitdiff
path: root/pear/go-pear-list.php
diff options
context:
space:
mode:
Diffstat (limited to 'pear/go-pear-list.php')
-rwxr-xr-xpear/go-pear-list.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php
deleted file mode 100755
index 3085306cce..0000000000
--- a/pear/go-pear-list.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/* This is a list of packages and versions
- * that will be used to create the PEAR folder
- * in the windows snapshot.
- * See win32/build/mkdist.php for more details
- * $Id$
- */
-$packages = array(
-// required packages for the installer
-"PEAR" => "1.3.6",
-"XML_RPC" => "1.4.0",
-"Console_Getopt" => "1.2",
-"Archive_Tar" => "1.3.1",
-
-// required packages for the web frontend
-"PEAR_Frontend_Web" => "0.4",
-"HTML_Template_IT" => "1.1",
-"Net_UserAgent_Detect" => "2.0.1",
-);
-
-?>