From e4138014228bd441bc30a497a8395f7753e691e4 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 24 Jul 2007 16:32:09 +0000 Subject: [PATCH] Regression: Path subclasses that overrode list() stopped working in resourceCollection contexts in Ant 1.7.0. Bugzilla 42967. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559096 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 ++ src/main/org/apache/tools/ant/types/Path.java | 28 +++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 53b1ece94..d08a03382 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -124,6 +124,9 @@ Fixed bugs: * Modified selector doesn't update the cache if only one file has changed. Bugzilla 42802. +* Regression: Path subclasses that overrode list() stopped working in + resourceCollection contexts in Ant 1.7.0. Bugzilla 42967. + Other changes: -------------- *