From 7c323045ae3e91b39d0a9dec597fe7aefb817fe7 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sun, 25 May 2003 09:49:53 +0000 Subject: [PATCH] Add comments about the last changes concerning the selector PR: 20205 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274616 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 70735a853..aae25f6c8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -136,6 +136,13 @@ Fixed bugs: on the user specified classpath when a timeout occured. Bugzilla Report 19953. +* selector : make ignoreFileTimes effectively default to true + and fix a bug in the comparison of timestamps. Bugzilla Report 20205 + +* selector can now be nested directly under a fileset + Bugzilla Report 20220. Documentation of the different selector + + Other changes: -------------- * Six new Clearcase tasks added.