From 2d9fb4c56dafa32f2e22b5996f617621103286fd Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 2 Dec 2004 23:50:03 +0000 Subject: [PATCH] Document the checkdirs attribute of the date selector. PR: 32281 Submitted by: Robert Anderson git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277114 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/selectors.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html index af4c42dd2..b841f2261 100755 --- a/docs/manual/CoreTypes/selectors.html +++ b/docs/manual/CoreTypes/selectors.html @@ -182,6 +182,13 @@ No + + checkdirs + + Indicates whether or not to check dates on directories. + + No, defaults to false +

Here is an example of how to use the Date Selector: