Browse Source

Fixed Bug #378.

ExecuteOn (and Apply) have a default-value of false for their parallel-attribute.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268559 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
dfa3f12da4
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/index.html

+ 4
- 4
docs/index.html View File

@@ -1608,8 +1608,8 @@ one mapper element are required.</p>
<tr> <tr>
<td valign="top">parallel</td> <td valign="top">parallel</td>
<td valign="top">Run the command only once, appending all files as <td valign="top">Run the command only once, appending all files as
arguments. Defaults to true. If false, command will be executed
once for every file.</td>
arguments. If false, command will be executed once for every file.
Defaults to false. </td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>
@@ -2534,8 +2534,8 @@ command. At least one nested <code>&lt;fileset&gt;</code> is required.</p>
<tr> <tr>
<td valign="top">parallel</td> <td valign="top">parallel</td>
<td valign="top">Run the command only once, appending all files as <td valign="top">Run the command only once, appending all files as
arguments. Defaults to true. If false, command will be executed
once for every file.</td>
arguments. If false, command will be executed once for every file.
Defaults to false. </td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save