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/26 23:13:48 UTC

svn commit: r1450482 - in /commons/proper/jxpath/trunk: pom.xml src/site/resources/download_jxpath.cgi

Author: olamy
Date: Tue Feb 26 22:13:48 2013
New Revision: 1450482

URL: http://svn.apache.org/r1450482
Log:
use last parent and restore download cgi

Added:
    commons/proper/jxpath/trunk/src/site/resources/download_jxpath.cgi   (with props)
Modified:
    commons/proper/jxpath/trunk/pom.xml

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1450482&r1=1450481&r2=1450482&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Tue Feb 26 22:13:48 2013
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>23</version>
+    <version>28</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-jxpath</groupId>

Added: commons/proper/jxpath/trunk/src/site/resources/download_jxpath.cgi
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/site/resources/download_jxpath.cgi?rev=1450482&view=auto
==============================================================================
--- commons/proper/jxpath/trunk/src/site/resources/download_jxpath.cgi (added)
+++ commons/proper/jxpath/trunk/src/site/resources/download_jxpath.cgi Tue Feb 26 22:13:48 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/jxpath/trunk/src/site/resources/download_jxpath.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

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