nico 01/02/01 15:37:28
Modified: docs index.html
Log:
Fixed Bug #378.
ExecuteOn (and Apply) have a default-value of false for their
parallel-attribute.
Revision Changes Path
1.200 +5 -5 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- index.html 2001/02/01 15:04:37 1.199
+++ index.html 2001/02/01 23:37:21 1.200
@@ -34,7 +34,7 @@
<center>
<p>Version: @VERSION@<br>
-$Id: index.html,v 1.199 2001/02/01 15:04:37 bodewig Exp $</p>
+$Id: index.html,v 1.200 2001/02/01 23:37:21 nico Exp $</p>
</center>
<hr>
@@ -1608,8 +1608,8 @@
<tr>
<td valign="top">parallel</td>
<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>
</tr>
<tr>
@@ -2534,8 +2534,8 @@
<tr>
<td valign="top">parallel</td>
<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>
</tr>
<tr>