You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/05/27 00:37:28 UTC

svn commit: r409770 - /ant/core/trunk/docs/manual/CoreTasks/unzip.html

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 @@
 <h3>Related tasks</h3>
 
 <pre>
-&lt;unzip src="some-archive" dest="some-dir"&lt;
+&lt;unzip src="some-archive" dest="some-dir"&gt;
   &lt;patternset&gt;
     &lt;include name="some-pattern"/&gt;
   &lt;/patternset&gt;
@@ -133,7 +133,7 @@
 is identical to
 
 <pre>
-&lt;copy todir="some-dir" preservelastmodified="true"&lt;
+&lt;copy todir="some-dir" preservelastmodified="true"&gt;
   &lt;zipfileset src="some-archive"&gt;
     &lt;patternset&gt;
       &lt;include name="some-pattern"/&gt;
@@ -146,7 +146,7 @@
 <p>The same is also true for <code>&lt;untar&gt;</code> and
 <code>&lt;tarfileset&gt;</code>.  <code>&lt;copy&gt;</code> offers
 additional features like <a
-href="../CoreTypes/filterchains.html">filtering files</a> on the fly,
+href="../CoreTypes/filterchain.html">filtering files</a> on the fly,
 allowing a file to be mapped to multiple destinations or a
 configurable file system timestamp granularity.</p>
 



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