1
0

Use the new location of the Maven 1 repository.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@553308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-07-04 19:29:23 +00:00
parent 3ff8593524
commit 5bb3afca27

View File

@@ -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"/>