stevel 02/02/20 22:39:30
Modified: docs/manual using.html
Log:
being rigorous
Revision Changes Path
1.16 +3 -3 jakarta-ant/docs/manual/using.html
Index: using.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/using.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- using.html 21 Feb 2002 06:25:16 -0000 1.15
+++ using.html 21 Feb 2002 06:39:30 -0000 1.16
@@ -227,9 +227,9 @@
simple example build file
</description>
<!-- set global properties for this build -->
- <property name="src" value="src"/>
- <property name="build" value="build"/>
- <property name="dist" value="dist"/>
+ <property name="src" location="src"/>
+ <property name="build" location="build"/>
+ <property name="dist" location="dist"/>
<target name="init">
<!-- Create the time stamp -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>