Maybe there was a good reason for not including this in the first
place, but I find it convenient to allow for a build.properties file
in the project directory, so if it was an oversight, here's a patch.

diff -u -r1.28 build-bootstrap.xml
--- build-bootstrap.xml 5 Mar 2002 16:27:18 -0000       1.28
+++ build-bootstrap.xml 7 Mar 2002 18:51:24 -0000
@@ -10,6 +10,7 @@
 
   <!-- Allow any user specific values to override the defaults -->
   <property file="${user.home}/build.properties" />
+  <property file="build.properties" />
 
   <property name="get.jars.baseUrl" value="http://jakarta.apache.org/turbine/jars"; />
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.28
diff -u -r1.28 build-bootstrap.xml
--- build-bootstrap.xml 5 Mar 2002 16:27:18 -0000       1.28
+++ build-bootstrap.xml 7 Mar 2002 18:51:24 -0000
@@ -10,6 +10,7 @@
 
   <!-- Allow any user specific values to override the defaults -->
   <property file="${user.home}/build.properties" />
+  <property file="build.properties" />
 
   <property name="get.jars.baseUrl" value="http://jakarta.apache.org/turbine/jars"; />
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to