Browse Source

dynamic download of the maven2 lib as precursor to automatic retrieval.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278461 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
1a0e426140
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      fetch.xml
  2. +1
    -1
      lib/libraries.properties

+ 3
- 3
fetch.xml View File

@@ -79,9 +79,9 @@
dest="${dest.dir}/${m2.jar.name}" dest="${dest.dir}/${m2.jar.name}"
verbose="true" verbose="true"
usetimestamp="false"/> usetimestamp="false"/>
<!-- <fail>
Fetch the ant task JAR from http://maven.apache.org/maven2/ant-tasks.html
</fail> -->
<fail status="0">
The Maven2 JAR has been installed; rerun ant to load it.
</fail>
</target> </target>


+ 1
- 1
lib/libraries.properties View File

@@ -4,7 +4,7 @@
m2.version=2.0-alpha-3 m2.version=2.0-alpha-3
m2.url=http://ibiblio.org/maven2/ m2.url=http://ibiblio.org/maven2/
m2.artifact-name=maven-artifact-ant m2.artifact-name=maven-artifact-ant
m2.jar.name=${m2.artifact-name}-${m2.version}.jar
m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
#this is the URL of the antlib library, that is pulled down for everything else. #this is the URL of the antlib library, that is pulled down for everything else.
m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name} m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}




Loading…
Cancel
Save