Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 43794 invoked by uid 500); 1 Feb 2001 13:14:31 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 43788 invoked by uid 1146); 1 Feb 2001 13:14:29 -0000 Date: 1 Feb 2001 13:14:29 -0000 Message-ID: <20010201131429.43784.qmail@apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Zip.java bodewig 01/02/01 05:14:28 Modified: src/main/org/apache/tools/ant/taskdefs Zip.java Log: Fixed javadoc of Zip.addZipfileset Revision Changes Path 1.30 +2 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java Index: Zip.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- Zip.java 2001/01/31 13:10:46 1.29 +++ Zip.java 2001/02/01 13:14:25 1.30 @@ -114,7 +114,8 @@ } /** - * @deprecated addPrefixedfileset is deprecated; replaced by ZipFileSet + * Adds a set of files (nested zipfileset attribute) that can be + * read from an archive and be given a prefix/fullpath. */ public void addZipfileset(ZipFileSet set) { filesets.addElement(set);