bodewig 01/07/27 02:57:35
Modified: docs/manual/CoreTasks apply.html
Log:
update documentation for <apply> to add outputproperty attribute here
as well.
Revision Changes Path
1.7 +6 -0 jakarta-ant/docs/manual/CoreTasks/apply.html
Index: apply.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/apply.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apply.html 2001/07/12 12:06:22 1.6
+++ apply.html 2001/07/27 09:57:35 1.7
@@ -62,6 +62,12 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">outputproperty</td>
+ <td valign="top">the name of a property in which the output of the
+ command should be stored.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">timeout</td>
<td valign="top">Stop the command if it doesn't finish within the
specified time (given in milliseconds).</td>