From 255e1d8e8661cf090bc0dca37026c211121ba998 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 21 Apr 2003 06:36:46 +0000 Subject: [PATCH] adding index entries for subant bugrep 19181 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274486 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/coretasklist.html | 1 + docs/manual/tasksoverview.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index 50948bf36..b665c0c6f 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -74,6 +74,7 @@ Sleep
Sql
Style
+Subant
Tar
Taskdef
Tempfile
diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index 040ae4171..3966aa68a 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -424,6 +424,11 @@ documentation.

tasks.

+ + Subant +

EXPERIMENTAL: This task is experimental and may be under continual change till Ant1.6 ships; it may even be omitted from the product.

Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution.

+ + Waitfor

Blocks execution until a set of specified conditions become true.