Browse Source

update documentation for <apply> to add outputproperty attribute here

as well.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269401 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
fabddf48aa
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/manual/CoreTasks/apply.html

+ 6
- 0
docs/manual/CoreTasks/apply.html View File

@@ -61,6 +61,12 @@ one mapper.</p>
redirected.</td>
<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


Loading…
Cancel
Save