summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Loughran <stevel@apache.org>2005-07-14 17:40:19 +0000
committerSteve Loughran <stevel@apache.org>2005-07-14 17:40:19 +0000
commit1a0e426140cee33394a9026354d1afc07709b206 (patch)
treec757450707c5ea0e37d7e2ccfff3a4b88e47ced0 /lib
parentc300f39956c2ffcf8135e3a7cf6055aeea29f92a (diff)
downloadant-1a0e426140cee33394a9026354d1afc07709b206.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/libraries.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libraries.properties b/lib/libraries.properties
index 1baa2ea86..50f8774a7 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -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}