From c300f39956c2ffcf8135e3a7cf6055aeea29f92a Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 14 Jul 2005 14:41:41 +0000 Subject: [PATCH] repostitory fetch will pull down the maven2 library on demand. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278460 13f79535-47bb-0310-9956-ffa450edef68 --- fetch.xml | 45 +++++++++++++--------------------------- lib/libraries.properties | 11 ++++++++++ 2 files changed, 25 insertions(+), 31 deletions(-) diff --git a/fetch.xml b/fetch.xml index da20bda06..68bdc9311 100644 --- a/fetch.xml +++ b/fetch.xml @@ -20,21 +20,15 @@ -Ddest=system ant lib dir ${ant.home}/lib --Default-- -Ddest=optional optional dir ${ant.home}/lib/optional (for Ant developers) - You may also need to set proxy settings. This can be done on the command line, - or in ${user.home}/.ant/proxy.properties - proxy.host hostname of proxy - proxy.port port (default 80) - proxy.user user (default="") - proxy.pass pass (default="" ) - - Note that this project does not download any scripting language implementations. + You may also need to set proxy settings. This can be done by + setting the JVM proxy values in the ANT_OPTS environment + variables. - - + @@ -42,21 +36,7 @@ - - - - - - - - - proxy: ${proxy.host}:${proxy.port} [${proxy.user}/${proxy.pass}] - - - - - + @@ -83,7 +63,7 @@ - + @@ -93,12 +73,15 @@ - + - - + + @@ -134,7 +117,7 @@ - + diff --git a/lib/libraries.properties b/lib/libraries.properties index e709dc6b7..1baa2ea86 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -1,6 +1,17 @@ #this file declares the libraries for use in #a given release of the components +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 +#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} + + + +#versions of different libraries. Please keep in alphabetical order, except +#when a specific dependency forces them to be out-of-order antlr.version=2.7.2 bcel.version=5.1 bsf.version=2.3.0