From 66716b51adf5d6df38125a1160a4dc81650cea37 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Wed, 5 Dec 2001 20:30:49 +0000 Subject: [PATCH] Valid values for waitforunit and checkeveryunit provided. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270075 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/waitfor.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/waitfor.html b/docs/manual/CoreTasks/waitfor.html index 68a335557..9de82c887 100644 --- a/docs/manual/CoreTasks/waitfor.html +++ b/docs/manual/CoreTasks/waitfor.html @@ -32,7 +32,17 @@ if multiple conditions are specified, then the task will wait until all conditio maxwaitunit The unit of time that must be used to interpret the value of the - maxwait attribute. Defaults to millisecond. + maxwait attribute. Defaults to millisecond. + Valid Values are + + No @@ -44,7 +54,17 @@ if multiple conditions are specified, then the task will wait until all conditio checkeveryunit The unit of time that must be used to interpret the value of the - checkevery attribute. Defaults to millisecond. + checkevery attribute. Defaults to millisecond. + Valid Values are + + No