You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/07/24 06:01:07 UTC

svn commit: r424895 - /jakarta/commons/proper/jexl/trunk/build.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org