Author: stevel
Date: Tue Sep 18 01:20:21 2007
New Revision: 576771
URL:
http://svn.apache.org/viewvc?rev=576771&view=rev
Log:
bug ID 43348: add FileProvider interface for file
providing resources
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL: http://
svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=576771&
;r1=576770&r2=576771&view=diff
============================================================
==================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Sep 18 01:20:21 2007
 -44,6
+44,12 
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
=============================================
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|