You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/12/09 13:52:11 UTC

svn commit: r888791 - /tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml

Author: antelder
Date: Wed Dec  9 12:52:11 2009
New Revision: 888791

URL: http://svn.apache.org/viewvc?rev=888791&view=rev
Log:
Update to use teh ASF archive location as the infra issue is now fixed

Modified:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml?rev=888791&r1=888790&r2=888791&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml Wed Dec  9 12:52:11 2009
@@ -48,9 +48,7 @@
                        <goal>download-single</goal>
                     </goals>
                     <configuration>
-                       <!-- Note: the url should be "archive.apache.org" but that is truncating the file at 4808k, 
-                                 no idea why but it sounds like an infra problem - https://issues.apache.org/jira/browse/INFRA-1910 -->
-                       <url>http://www.eu.apache.org</url>
+                       <url>http://archive.apache.org</url>
                        <fromFile>dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip</fromFile>
                        <toDir>download</toDir>
                     </configuration>