donaldp 02/03/29 04:59:17
Modified: proposal/myrmidon build.xml
Log:
Load settings from ant.proeprties rather than .ant.properties to make it
easier to use for windows users
Revision Changes Path
1.92 +1 -1 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- build.xml 28 Mar 2002 06:30:04 -0000 1.91
+++ build.xml 29 Mar 2002 12:59:17 -0000 1.92
@@ -20,7 +20,7 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
- <property file=".ant.properties"/>
+ <property file="ant.properties"/>
<property file="${user.home}/.ant.properties"/>
<property name="name" value="myrmidon"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>