bodewig 01/01/31 05:10:47
Modified: . WHATSNEW
docs index.html
src/main/org/apache/tools/ant/taskdefs Zip.java
Log:
Make <fileset> inside <zip> a plain FileSet and add <zipfileset>.
Revision Changes Path
1.70 +3 -1 jakarta-ant/WHATSNEW
> /**
> * @deprecated addPrefixedfileset is deprecated; replaced by
ZipFileSet
> */
> - public void addPrefixedfileset(ZipFileSet set) {
> - log("WARNING: PrefixedFileSets are deprecated; use the fileset
tag instead.");
> + public void addZipfileset(ZipFileSet set) {
> filesets.addElement(set);
> }
The comment is now wrong, and this change breaks the Avalon framework
subproject.
- Sam Ruby