diff --git a/docs/manual/OptionalTasks/attrib.html b/docs/manual/OptionalTasks/attrib.html index c5e187c10..f679e4bc7 100644 --- a/docs/manual/OptionalTasks/attrib.html +++ b/docs/manual/OptionalTasks/attrib.html @@ -82,6 +82,19 @@ directory tree), so you'll have to experiment a little.

Defaults to false. No + + parallel + process all specified files using a single + chmod command. Defaults to true. + No + + + maxparallel + Limit the amount of parallelism by passing at + most this many sourcefiles at once. Set it to <= 0 for + unlimited. Defaults to unlimited. Since Ant 1.6. + No +

Examples