From df88acfa8044b1f78e41f0b57d4beb8878c05e9f Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Wed, 21 Nov 2001 08:23:46 +0000 Subject: [PATCH] Some blabber about new features to unjar, untar, unwar and unzip. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269975 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 05787d5b1..07cd8ee0d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -41,6 +41,11 @@ Fixed bugs: Other changes: -------------- +* Attributes outfile and verbose added to Unjar, Untar, Unwar and Unzip. + These tasks now support patternsets to select files from an archive + for extraction. Filesets may be used to select archived files for + unarchival. + * Javac task allows debug levels to be spcified. Debug levels will have an effect only when the modern compiler is used.