bodewig 2003/05/14 05:28:54
Modified: docs/manual/OptionalTasks echoproperties.html
Log:
Doucument format attribute
Revision Changes Path
1.3 +8 -1 ant/docs/manual/OptionalTasks/echoproperties.html
Index: echoproperties.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/echoproperties.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- echoproperties.html 4 Sep 2002 11:05:18 -0000 1.2
+++ echoproperties.html 14 May 2003 12:28:54 -0000 1.3
@@ -51,6 +51,13 @@
statement, and the build will continue without failure from this
task.</td>
<td valign="top" align="center">No</td>
</tr>
+
+ <tr>
+ <td valign="top">format</td>
+ <td valign="top">One of <code>text</code> or <code>xml</code>.
+ Determines the output format. Defaults to <code>text</code>.</td>
+ <td valign="top" align="center">No</td>
+ </tr>
</table>
<h3>Examples</h3>
<blockquote><pre>
@@ -74,7 +81,7 @@
<p>List all properties beginning with "java."</p>
<hr>
-<p align="center">Copyright © 2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2002-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>