kaz 02/03/14 16:59:56
Modified: . build-bootstrap.xml
Log:
Providing a default ${maven.home} in the event the user hasn't specified
one in their ${user.home}/build.properties. Prior to this change, you'd
end up with a directory called "${maven.home}" in your directory.
The default name was suggested by Jon.
Revision Changes Path
1.33 +3 -0 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- build-bootstrap.xml 14 Mar 2002 22:23:35 -0000 1.32
+++ build-bootstrap.xml 15 Mar 2002 00:59:56 -0000 1.33
@@ -11,6 +11,9 @@
<!-- Allow any user specific values to override the defaults -->
<property file="${user.home}/build.properties" />
+ <!-- Set a default in case the user doesn't specify -->
+ <property name="maven.home" value="${user.home}/maven"/>
+
<property name="get.jars.baseUrl" value="http://jakarta.apache.org/turbine/jars"
/>
<path id="classpath">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>