diff --git a/docs/manual/CoreTasks/unzip.html b/docs/manual/CoreTasks/unzip.html index 795ed3f71..a9a015e57 100644 --- a/docs/manual/CoreTasks/unzip.html +++ b/docs/manual/CoreTasks/unzip.html @@ -122,7 +122,7 @@ Prior to Ant 1.7 only fileset has been supported as a nested element.
-<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.