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:
@@ -219,7 +219,7 @@
|
|||||||
<!--
|
<!--
|
||||||
- Running this target will download all the necessary dependencies into the "lib" subdirectory.
|
- 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">
|
<target name="getlibs">
|
||||||
<mkdir dir="lib"/>
|
<mkdir dir="lib"/>
|
||||||
<get dest="lib/junit-3.8.1.jar" src="${getlibs.base}/junit/jars/junit-3.8.1.jar"/>
|
<get dest="lib/junit-3.8.1.jar" src="${getlibs.base}/junit/jars/junit-3.8.1.jar"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user