From e61bd2d386c1f39ec6926ef52cfe53734cbec589 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Fri, 15 Aug 2003 21:18:23 +0000 Subject: [PATCH] Date selector's behavior was inconsistent with the documentation PR: 22473 Submitted by: gudnabrsam at yahoo dot com git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275107 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/selectors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html index 3cde061c3..8e807d25f 100755 --- a/docs/manual/CoreTypes/selectors.html +++ b/docs/manual/CoreTypes/selectors.html @@ -153,7 +153,7 @@
  • after - select files whose last modified date is after the indicated date
  • equal - select files whose last modified date is this exact date - The default is before. + The default is equal. No