From 9261f98e42ddc4c7e6508bf93abcc4dc543d583d Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 18 Sep 2007 08:20:21 +0000 Subject: [PATCH] bug ID 43348: add FileProvider interface for file providing resources git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576771 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index cfcb4272c..b0b477744 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -44,6 +44,12 @@ Fixed bugs: Other changes: -------------- + * There is now a FileProvider interface for resources that act as a source + of filenames. This should be used by tasks that require resources + to provide filenames, rather than require that all resources + are instances or subclasses of FileResource + Bugzilla report 43348 + Changes from Ant 1.7.0 TO Ant 1.7.1 =============================================