donaldp 00/11/24 17:46:52
Modified: . build.xml
Log:
Allow per-project properties file
Revision Changes Path
1.99 +1 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- build.xml 2000/11/23 12:49:45 1.98
+++ build.xml 2000/11/25 01:46:52 1.99
@@ -9,6 +9,7 @@
<!-- Give user a chance to override without editing this file
(and without typing -D each time it compiles it) -->
<property file="${user.home}/.ant.properties" />
+ <property file=".ant.properties" />
<property name="Name" value="Ant"/>
<property name="name" value="ant"/>