Browse Source

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
master
Steve Loughran 17 years ago
parent
commit
9261f98e42
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      WHATSNEW

+ 6
- 0
WHATSNEW View File

@@ -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
=============================================


Loading…
Cancel
Save