Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 13305 invoked from network); 24 Apr 2006 15:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Apr 2006 15:34:39 -0000 Received: (qmail 15590 invoked by uid 500); 24 Apr 2006 15:34:36 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 15539 invoked by uid 500); 24 Apr 2006 15:34:35 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 15528 invoked by uid 99); 24 Apr 2006 15:34:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 08:34:35 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.200.163] (HELO web30910.mail.mud.yahoo.com) (68.142.200.163) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Apr 2006 08:34:35 -0700 Received: (qmail 48860 invoked by uid 60001); 24 Apr 2006 15:34:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FJEUxqYJEdYr7quqehWR5000EdF/huu0NXdwZMAdkvMqDiEHPSLDZG1CfUVZb+BPlv4Zlild1oMowsObPT8qaoIWa0ZKUidTEQ9l6HcHv3rKXxs0I5ILQd2X77A9sq/smGc5r7HUnCosYFbi1+sqXAhkB+uBlwbfxiQTU0smPCU= ; Message-ID: <20060424153414.48858.qmail@web30910.mail.mud.yahoo.com> Received: from [66.10.233.130] by web30910.mail.mud.yahoo.com via HTTP; Mon, 24 Apr 2006 08:34:14 PDT Date: Mon, 24 Apr 2006 08:34:14 -0700 (PDT) From: Matt Benson Subject: Re: svn commit: r396462 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java To: Ant Developers List In-Reply-To: <20060424070237.17217.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Careful about these Martijn. I could be wrong, but I think these "new in 1.7" methods could be backports from ZipFileSet, which would actually make them older and newly deprecated. br, Matt --- jkf@apache.org wrote: > Author: jkf > Date: Mon Apr 24 00:02:35 2006 > New Revision: 396462 > > URL: > http://svn.apache.org/viewcvs?rev=396462&view=rev > Log: > Remove of new in ant 1.7 and deprecated in ant 1.7 > methods. > > Modified: > > ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java > > Modified: > ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java > URL: > http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java?rev=396462&r1=396461&r2=396462&view=diff > ============================================================================== > --- > ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java > (original) > +++ > ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java > Mon Apr 24 00:02:35 2006 > @@ -1,5 +1,5 @@ > /* > - * Copyright 2005 The Apache Software Foundation > + * Copyright 2005-2006 The Apache Software > Foundation > * > * Licensed under the Apache License, Version 2.0 > (the "License"); > * you may not use this file except in compliance > with the License. > @@ -190,14 +190,6 @@ > } > return prefix; > } > - > - /** > - * Return the prefix prepended to entries in > the archive file. > - * @deprecated > - */ > - public String getPrefix() { > - return prefix; > - } > > /** > * Set the full pathname of the single entry in > this fileset. > @@ -225,14 +217,6 @@ > } > > /** > - * Return the full pathname of the single entry > in this fileset. > - * @deprecated > - */ > - public String getFullpath() { > - return fullpath; > - } > - > - /** > * Creates a scanner for this type of archive. > */ > protected abstract ArchiveScanner > newArchiveScanner(); > @@ -345,14 +329,6 @@ > } > return fileMode; > } > - > - /** > - * @deprecated > - */ > - public int getFileMode() { > - return fileMode; > - } > - > > /** > * Whether the user has specified the mode > explicitly. > @@ -398,13 +374,6 @@ > if (isReference()) { > return ((ArchiveFileSet) > getRef(p)).getDirMode(p); > } > - return dirMode; > - } > - > - /** > - * @deprecated > - */ > - public int getDirMode() { > return dirMode; > } > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > dev-unsubscribe@ant.apache.org > For additional commands, e-mail: > dev-help@ant.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org