From ef18c490e48919a79658ff18b450bf6c5b597117 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Tue, 13 Jan 2009 18:18:03 +0000 Subject: [PATCH] o Made bootstrap smart enough to use correct maven home path regardless of user input git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@734204 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 8c3e6562b2..b15c13b468 100644 --- a/build.xml +++ b/build.xml @@ -58,14 +58,14 @@ END SNIPPET: ant-bootstrap --> - + - maven.home = ${maven.home} + maven.home = ${maven.home.effective} @@ -218,11 +218,11 @@ END SNIPPET: ant-bootstrap --> Extracting assembly to ${maven.home.dirname} ... - - + + - +