Skip to content

Commit

Permalink
dynamic download of the maven2 lib as precursor to automatic retrieval.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278461 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
steveloughran committed Jul 14, 2005
1 parent dd56de5 commit e0bad9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
dest="${dest.dir}/${m2.jar.name}"
verbose="true"
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>


Expand Down
2 changes: 1 addition & 1 deletion lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
m2.version=2.0-alpha-3
m2.url=http://ibiblio.org/maven2/
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.
m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}

Expand Down

0 comments on commit e0bad9b

Please sign in to comment.