From 1a0e426140cee33394a9026354d1afc07709b206 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 14 Jul 2005 17:40:19 +0000 Subject: [PATCH] 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 --- fetch.xml | 6 +++--- lib/libraries.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fetch.xml b/fetch.xml index 68bdc9311..4173c5e36 100644 --- a/fetch.xml +++ b/fetch.xml @@ -79,9 +79,9 @@ dest="${dest.dir}/${m2.jar.name}" verbose="true" usetimestamp="false"/> - + + The Maven2 JAR has been installed; rerun ant to load it. + 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}