From 19cdd51b13a35bca9c02ae0192466c0f202242b4 Mon Sep 17 00:00:00 2001
From: Steve Loughran
-<unzip src="some-archive" dest="some-dir"< +<unzip src="some-archive" dest="some-dir"> <patternset> <include name="some-pattern"/> </patternset> @@ -133,7 +133,7 @@ Prior to Ant 1.7 only fileset has been supported as a nested element. 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 @@ is identical toThe 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.