dlr 01/09/21 10:45:45
Modified: . build.xml
Log:
User specified per-project properties should override user defaults.
Revision Changes Path
1.9 +2 -2 jakarta-turbine-3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- build.xml 2001/09/20 05:05:02 1.8
+++ build.xml 2001/09/21 17:45:44 1.9
@@ -7,10 +7,10 @@
<!-- Give user a chance to override without editing this file
(and without typing -D each time they invoke a target) -->
- <!-- Allow any user specific values to override the defaults -->
- <property file="${user.home}/build.properties" />
<!-- Allow user defaults for this project -->
<property file="build.properties" />
+ <!-- Allow any user specific values to override the defaults -->
+ <property file="${user.home}/build.properties" />
<!-- Set default values for the build -->
<property file="default.properties" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]