From dfa3f12da43b09819464c6436d1dfe008e8cd8bf Mon Sep 17 00:00:00 2001 From: Nico Seessle Date: Thu, 1 Feb 2001 23:37:21 +0000 Subject: [PATCH] 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 --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 066e70a28..8149e7704 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1608,8 +1608,8 @@ one mapper element are required.

parallel Run the command only once, appending all files as - arguments. Defaults to true. If false, command will be executed - once for every file. + arguments. If false, command will be executed once for every file. + Defaults to false. No @@ -2534,8 +2534,8 @@ command. At least one nested <fileset> is required.

parallel Run the command only once, appending all files as - arguments. Defaults to true. If false, command will be executed - once for every file. + arguments. If false, command will be executed once for every file. + Defaults to false. No