You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2008/07/16 19:21:16 UTC

svn commit: r677349 - /ant/core/trunk/WHATSNEW

Author: mbenson
Date: Wed Jul 16 10:21:16 2008
New Revision: 677349

URL: http://svn.apache.org/viewvc?rev=677349&view=rev
Log:
resources/fileproviders

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=677349&r1=677348&r2=677349&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Wed Jul 16 10:21:16 2008
@@ -49,6 +49,11 @@
    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:
 -----------