[jbosstools-commits] JBoss Tools SVN: r39596 - trunk/build/aggregate.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 16 20:09:58 EDT 2012


Author: dgolovin
Date: 2012-03-16 20:09:58 -0400 (Fri, 16 Mar 2012)
New Revision: 39596

Modified:
   trunk/build/aggregate/build.xml
Log:
frixed URL to ant contrib library 


Modified: trunk/build/aggregate/build.xml
===================================================================
--- trunk/build/aggregate/build.xml	2012-03-16 23:11:06 UTC (rev 39595)
+++ trunk/build/aggregate/build.xml	2012-03-17 00:09:58 UTC (rev 39596)
@@ -57,7 +57,7 @@
 	<target name="custom.build" description="JBT aggregate update site extra processing steps" depends="basic.build,collect.zips,collect.metadata,create.summary.file" />
 
 	<target name="get.ant-contrib" unless="ant-contrib.jar.exists">
-		<property name="ANTCONTRIB_MIRROR" value="http://downloads.sourceforge.net/ant-contrib/" />
+		<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" />
 		<touch file="${COMMON_TOOLS}/ant-contrib-1.0b2-bin.zip" />
 		<mkdir dir="${java.io.tmpdir}/ant-contrib-1.0b2-bin.zip_" />



More information about the jbosstools-commits mailing list