[jbosstools-commits] JBoss Tools SVN: r39804 - trunk/build/target-platform.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 23 15:35:45 EDT 2012


Author: nickboldt
Date: 2012-03-23 15:35:45 -0400 (Fri, 23 Mar 2012)
New Revision: 39804

Modified:
   trunk/build/target-platform/build.xml
Log:
once again, sf.net changes their download URL pattern...

Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml	2012-03-23 18:43:08 UTC (rev 39803)
+++ trunk/build/target-platform/build.xml	2012-03-23 19:35:45 UTC (rev 39804)
@@ -100,8 +100,8 @@
 
 
 	<target name="get.ant-contrib" unless="ant-contrib.jar.exists">
-		<property name="ANTCONTRIB_MIRROR" value="http://downloads.sourceforge.net/ant-contrib/" />
-		<get usetimestamp="true" dest="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" src="${ANTCONTRIB_MIRROR}/ant-contrib-1.0b2-bin.zip" />
+		<property name="ANTCONTRIB_MIRROR" value="http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib-1.0b2/" />
+		<get usetimestamp="true" dest="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" src="${ANTCONTRIB_MIRROR}/ant-contrib-1.0b2-bin.zip/download" />
 		<touch file="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" />
 		<mkdir dir="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_" />
 		<unzip src="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" dest="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_" overwrite="true" />



More information about the jbosstools-commits mailing list