Browse Source

Note <files> is a file-only resource collection.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@394115 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
613f5a2be0
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      docs/manual/CoreTasks/unzip.html

+ 7
- 6
docs/manual/CoreTasks/unzip.html View File

@@ -19,11 +19,12 @@
Collection</a>s may be used to select archived files to perform
unarchival upon. Only file system based resource collections are
supported by Unjar/Unwar/Unzip, this includes <a
href="../CoreTypes/fileset.html">fileset</a>s, <a
href="../CoreTypes/filelist.html">filelist</a> and <a
href="../using.html#path">path</a>. Untar supports arbitrary resource
collections. Prior to Ant 1.7 only fileset has been supported as a
nested element.</p>
href="../CoreTypes/fileset.html">fileset</a>, <a
href="../CoreTypes/filelist.html">filelist</a>, <a
href="../using.html#path">path</a>, and <a
href="../CoreTypes/resources.html#files">files</a>.
Untar supports arbitrary resource collections.
Prior to Ant 1.7 only fileset has been supported as a nested element.</p>

<p>You can define filename transformations by using a nested <a href="../CoreTypes/mapper.html">mapper</a> element. The default mapper is the
<a href="../CoreTypes/mapper.html#identity-mapper">identity mapper</a>.
@@ -150,7 +151,7 @@ allowing a file to be mapped to multiple destinations or a
configurable file system timestamp granularity.</p>

<hr>
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save