You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by de...@apache.org on 2006/05/03 12:38:27 UTC

svn commit: r399243 - /webservices/axis2/trunk/java/xdocs/tools/download.cgi

Author: deepal
Date: Wed May  3 03:38:23 2006
New Revision: 399243

URL: http://svn.apache.org/viewcvs?rev=399243&view=rev
Log:
adding download.cgi

Added:
    webservices/axis2/trunk/java/xdocs/tools/download.cgi

Added: webservices/axis2/trunk/java/xdocs/tools/download.cgi
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/tools/download.cgi?rev=399243&view=auto
==============================================================================
--- webservices/axis2/trunk/java/xdocs/tools/download.cgi (added)
+++ webservices/axis2/trunk/java/xdocs/tools/download.cgi Wed May  3 03:38:23 2006
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file