You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2006/10/24 17:38:30 UTC

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

Author: jhm
Date: Tue Oct 24 08:38:28 2006
New Revision: 467359

URL: http://svn.apache.org/viewvc?view=rev&rev=467359
Log:
Have found a nice example in an archived mail...

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?view=diff&rev=467359&r1=467358&r2=467359
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/unzip.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/unzip.html Tue Oct 24 08:38:28 2006
@@ -161,13 +161,18 @@
 
 <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/filterchain.html">filtering files</a> on the fly,
+additional features like <a 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>
 
+<pre>&lt;zip destfile=&quot;new.jar&quot;&gt;
+  &lt;zipfileset src=&quot;old.jar&quot;&gt;
+    &lt;exclude name=&quot;do/not/include/this/class&quot;/&gt;
+  &lt;/zipfileset&gt;
+&lt;/zip&gt;
+</pre>
+<p>&quot;Deletes&quot; files from a zipfile.</p>
 
 
 </body>
 </html>
-



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