Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 80771 invoked from network); 26 May 2006 22:37:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2006 22:37:50 -0000 Received: (qmail 78387 invoked by uid 500); 26 May 2006 22:37:49 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 78338 invoked by uid 500); 26 May 2006 22:37:49 -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 78327 invoked by uid 500); 26 May 2006 22:37:49 -0000 Received: (qmail 78324 invoked by uid 99); 26 May 2006 22:37:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 15:37:49 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2006 15:37:48 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id AAC0F1A983A; Fri, 26 May 2006 15:37:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409770 - /ant/core/trunk/docs/manual/CoreTasks/unzip.html Date: Fri, 26 May 2006 22:37:28 -0000 To: ant-cvs@apache.org From: stevel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060526223728.AAC0F1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: stevel Date: Fri May 26 15:37:27 2006 New Revision: 409770 URL: http://svn.apache.org/viewvc?rev=409770&view=rev Log: getting the brackets right, fixing a link Modified: ant/core/trunk/docs/manual/CoreTasks/unzip.html Modified: ant/core/trunk/docs/manual/CoreTasks/unzip.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/unzip.html?rev=409770&r1=409769&r2=409770&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/unzip.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/unzip.html Fri May 26 15:37:27 2006 @@ -122,7 +122,7 @@

Related tasks

-<unzip src="some-archive" dest="some-dir"<
+<unzip src="some-archive" dest="some-dir">
   <patternset>
     <include name="some-pattern"/>
   </patternset>
@@ -133,7 +133,7 @@
 is identical to
 
 
-<copy todir="some-dir" preservelastmodified="true"<
+<copy todir="some-dir" preservelastmodified="true">
   <zipfileset src="some-archive">
     <patternset>
       <include name="some-pattern"/>
@@ -146,7 +146,7 @@
 

The same is also true for <untar> and <tarfileset>. <copy> offers additional features like filtering files on the fly, +href="../CoreTypes/filterchain.html">filtering files on the fly, allowing a file to be mapped to multiple destinations or a configurable file system timestamp granularity.

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org