From d6c1221db2a5545f574ce45a3f4932ab9ae9ca03 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 23 Jun 2006 22:30:47 +0000 Subject: [PATCH] rename get-m2 dest.dir to m2.dest.dir for better portability; is more compact than a nested in fetch/pickDest git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416830 13f79535-47bb-0310-9956-ffa450edef68 --- fetch.xml | 8 ++------ get-m2.xml | 10 +++++----- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/fetch.xml b/fetch.xml index 6ce2e56ef..8414a70ff 100644 --- a/fetch.xml +++ b/fetch.xml @@ -66,13 +66,9 @@ value="${userlib.dir}"> - - Unknown destination : ${dest} - - - - + Unknown destination : ${dest} Downloading to ${dest.dir} + diff --git a/get-m2.xml b/get-m2.xml index 16a32e6c2..6ded24743 100644 --- a/get-m2.xml +++ b/get-m2.xml @@ -13,7 +13,7 @@ This build file downloads the Maven2 Ant tasks, - and installs them in the location specified by the dest.dir property. + and installs them in the location specified by the m2.dest.dir property. You may need to set proxy settings. On Java1.5, Ant tries to get this from the OS, unless you use the -noproxy option. @@ -49,11 +49,11 @@ - + - + @@ -62,9 +62,9 @@ - Downloading to ${dest.dir} + Downloading to ${m2.dest.dir} - +