From cd27368fdf0fcbfaed4b9bc63d6f99bdc4a1a4ab Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Wed, 16 Nov 2005 19:40:28 +0000
Subject: [PATCH] Document parallel and maxparallel attributes. PR# 37533.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@345094 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/attrib.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
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