|
|
@@ -161,13 +161,18 @@ is identical to |
|
|
|
|
|
|
|
<p>The same is also true for <code><untar></code> and |
|
|
|
<code><tarfileset></code>. <code><copy></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><zip destfile="new.jar"> |
|
|
|
<zipfileset src="old.jar"> |
|
|
|
<exclude name="do/not/include/this/class"/> |
|
|
|
</zipfileset> |
|
|
|
</zip> |
|
|
|
</pre> |
|
|
|
<p>"Deletes" files from a zipfile.</p> |
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |
|
|
|
|