diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-09 12:52:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-09 12:52:11 +0000 |
commit | 0074fb25fc51841e4ac4c1fa02332af940bd6969 (patch) | |
tree | 8ac9f2ccbe44be813423c77449c57ebb4cbba9a5 /sca-java-2.x/trunk/distribution/tomcat | |
parent | 29c960e8206e14db0ea7fbda1147222c728a0463 (diff) |
Update to use teh ASF archive location as the infra issue is now fixed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/tomcat')
-rw-r--r-- | sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml index c4ca568746..2221622a97 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/download-tomcat/pom.xml @@ -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> |