donaldp 02/03/29 05:08:11
Modified: proposal/myrmidon docs.xml
Log:
Use ant.properties rather than .ant.properties
Revision Changes Path
1.5 +1 -1 jakarta-ant/proposal/myrmidon/docs.xml
Index: docs.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- docs.xml 6 Mar 2002 11:00:15 -0000 1.4
+++ docs.xml 29 Mar 2002 13:08:11 -0000 1.5
@@ -4,7 +4,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"/>
<target name="main">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>