stevel 2002/06/20 23:32:12
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH war.html
xmlproperty.html
Log:
syncing docs with code.
I listed the warfile attribute, just to minimise confusion (I think that was
an agreed action, way back in january). If anyone objects, I can revert.
Revision Changes Path
No revision
No revision
1.13.2.3 +6 -0 jakarta-ant/docs/manual/CoreTasks/war.html
Index: war.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/war.html,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -r1.13.2.2 -r1.13.2.3
--- war.html 20 Jun 2002 09:40:30 -0000 1.13.2.2
+++ war.html 21 Jun 2002 06:32:12 -0000 1.13.2.3
@@ -31,6 +31,12 @@
<td valign="top" align="center">Yes</td>
</tr>
<tr>
+ <td valign="top">warfile</td>
+ <td valign="top"><i>Deprecated<i> name of the file to create
+ -use <tt>destfile</tt> instead.</td>
+ <td valign="top" align="center">No</td>
+ </tr>
+ <tr>
<td valign="top">webxml</td>
<td valign="top">The deployment descriptor to use (WEB-INF/web.xml).</td>
<td valign="top" align="center">Yes, unless update is set to true</td>
1.1.2.1 +3 -1 jakarta-ant/docs/manual/CoreTasks/xmlproperty.html
Index: xmlproperty.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/xmlproperty.html,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- xmlproperty.html 22 Apr 2002 00:05:09 -0000 1.1
+++ xmlproperty.html 21 Jun 2002 06:32:12 -0000 1.1.2.1
@@ -51,7 +51,9 @@
<h3>Examples</h3>
<pre> <xmlproperty file="somefile.xml" /></pre>
-<p>Load contents of somefile.xml as Ant properties.</p>
+<p>Load contents of somefile.xml as Ant properties,
+generating the property names from the
+file's element and attribute names.</p>
<pre>
<root-tag myattr="true">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>