From f1edf20a8c36585f272faaa26f537ede753518ed Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 16 Jul 2008 17:21:16 +0000 Subject: [PATCH] resources/fileproviders git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677349 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 52c94397e..028d5e17d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -49,6 +49,11 @@ Changes that could break older environments: matches what the documentation implied. Bugzilla Report 24668. + * Ant's configuration introspection mechanisms have been modified to prefer + Resource and FileProvider attributes to plain java.io.File attributes; + however the configuration-from-String behavior remains equivalent, rendering + a FileResource. + Fixed bugs: -----------