You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/27 00:52:01 UTC

svn commit: r1450538 - in /commons/proper: imaging/trunk/src/site/resources/ io/trunk/src/site/resources/ jci/trunk/src/site/resources/ jcs/trunk/src/site/resources/ jexl/trunk/src/site/resources/ launcher/trunk/ math/trunk/src/site/resources/ modeler/...

Author: olamy
Date: Tue Feb 26 23:52:00 2013
New Revision: 1450538

URL: http://svn.apache.org/r1450538
Log:
restore download cgi

Added:
    commons/proper/imaging/trunk/src/site/resources/
    commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi   (with props)
    commons/proper/io/trunk/src/site/resources/download_io.cgi   (with props)
    commons/proper/jci/trunk/src/site/resources/download_jci.cgi   (with props)
    commons/proper/jcs/trunk/src/site/resources/
    commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi   (with props)
    commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi   (with props)
    commons/proper/math/trunk/src/site/resources/download_math.cgi   (with props)
    commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi   (with props)
    commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi   (with props)
    commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi   (with props)
    commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi   (with props)
    commons/proper/validator/trunk/src/site/resources/download_validator.cgi   (with props)
    commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi   (with props)
Modified:
    commons/proper/launcher/trunk/pom.xml

Added: commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi (added)
+++ commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/imaging/trunk/src/site/resources/download_imaging.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/io/trunk/src/site/resources/download_io.cgi
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/resources/download_io.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/io/trunk/src/site/resources/download_io.cgi (added)
+++ commons/proper/io/trunk/src/site/resources/download_io.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/io/trunk/src/site/resources/download_io.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/io/trunk/src/site/resources/download_io.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/jci/trunk/src/site/resources/download_jci.cgi
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/resources/download_jci.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/jci/trunk/src/site/resources/download_jci.cgi (added)
+++ commons/proper/jci/trunk/src/site/resources/download_jci.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/jci/trunk/src/site/resources/download_jci.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/jci/trunk/src/site/resources/download_jci.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi (added)
+++ commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/jcs/trunk/src/site/resources/download_jcs.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi (added)
+++ commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/jexl/trunk/src/site/resources/download_jexl.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: commons/proper/launcher/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/pom.xml?rev=1450538&r1=1450537&r2=1450538&view=diff
==============================================================================
--- commons/proper/launcher/trunk/pom.xml (original)
+++ commons/proper/launcher/trunk/pom.xml Tue Feb 26 23:52:00 2013
@@ -34,7 +34,7 @@
         Launcher are a set of Java classes which aim at making a cross
         platform Java application launcher.
   </description>
-  <url>http://commons.apache.org/launcher/</url>
+  <url>http://commons.apache.org/proper/commons-transaction/</url>
 
   <issueManagement>
     <system>jira</system>

Added: commons/proper/math/trunk/src/site/resources/download_math.cgi
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/resources/download_math.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/math/trunk/src/site/resources/download_math.cgi (added)
+++ commons/proper/math/trunk/src/site/resources/download_math.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/math/trunk/src/site/resources/download_math.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/math/trunk/src/site/resources/download_math.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi (added)
+++ commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/modeler/trunk/src/site/resources/download_modeler.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi (added)
+++ commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/ognl/trunk/src/site/resources/download_ognl.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi (added)
+++ commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/proxy/trunk/src/site/resources/download_proxy.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi (added)
+++ commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/scxml/trunk/src/site/resources/download_scxml.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/validator/trunk/src/site/resources/download_validator.cgi
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/site/resources/download_validator.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/validator/trunk/src/site/resources/download_validator.cgi (added)
+++ commons/proper/validator/trunk/src/site/resources/download_validator.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/validator/trunk/src/site/resources/download_validator.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/validator/trunk/src/site/resources/download_validator.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi?rev=1450538&view=auto
==============================================================================
--- commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi (added)
+++ commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi Tue Feb 26 23:52:00 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/vfs/trunk/src/site/resources/download_vfs.cgi
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision