Author: dion
Date: Sun Jul 23 21:01:06 2006
New Revision: 424895
URL: http://svn.apache.org/viewvc?rev=424895&view=rev
Log:
use ibiblio for downloads
Modified:
jakarta/commons/proper/jexl/trunk/build.xml
Modified: jakarta/commons/proper/jexl/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/jexl/trunk/build.xml?rev=424895&r1=424894&r2=424895&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/build.xml (original)
+++ jakarta/commons/proper/jexl/trunk/build.xml Sun Jul 23 21:01:06 2006
@@ -146,9 +146,9 @@
<setproxy>
</setproxy>
- <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://public.planetmirror.com/pub/maven/junit/jars/junit-3.8.1.jar">
+ <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
</get>
- <get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://public.planetmirror.com/pub/maven/commons-logging/jars/commons-logging-1.0.3.jar">
+ <get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
</get>
</target>
<target name="install-maven">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]