From 41e30df4a56575c8e9181e3fb809e47c39a735ff Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 17 Jul 2007 18:40:59 +0000 Subject: [PATCH] bugzilla 42802: merge back into HEAD git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557016 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTORS | 1 + WHATSNEW | 3 +++ contributors.xml | 4 ++++ .../modifiedselector/ModifiedSelector.java | 2 +- .../antunit/types/modified-selector-test.xml | 22 +++++++++++++++++++ 5 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 src/tests/antunit/types/modified-selector-test.xml diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c452a245e..a0749239a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -226,6 +226,7 @@ Robin Green Rob Oxspring Rob van Oostrum Roger Vaughn +Roman Ivashin Ronen Mashal Russell Gold Sam Ruby diff --git a/WHATSNEW b/WHATSNEW index 0e24f311b..78904619b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -121,6 +121,9 @@ Fixed bugs: * ant script, cd may output to stdout. Bugzilla 42739. +* Modified selector doesn't update the cache if only one file has changed. + Bugzilla 42802. + Other changes: -------------- *