Author: dennisl
Date: Wed Jul 4 12:29:23 2007
New Revision: 553308
URL: http://svn.apache.org/viewvc?view=rev&rev=553308
Log:
Use the new location of the Maven 1 repository.
Modified:
jakarta/commons/proper/logging/trunk/build.xml
Modified: jakarta/commons/proper/logging/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/build.xml?view=diff&rev=553308&r1=553307&r2=553308
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Wed Jul 4 12:29:23 2007
@@ -219,7 +219,7 @@
<!--
- Running this target will download all the necessary dependencies into
the "lib" subdirectory.
-->
- <property name="getlibs.base" value="http://www.ibiblio.org/maven"/>
+ <property name="getlibs.base" value="http://repo1.maven.org/maven"/>
<target name="getlibs">
<mkdir dir="lib"/>
<get dest="lib/junit-3.8.1.jar"
src="${getlibs.base}/junit/jars/junit-3.8.1.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]