You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/04/14 17:04:55 UTC

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

Author: mbenson
Date: Fri Apr 14 08:04:54 2006
New Revision: 394115

URL: http://svn.apache.org/viewcvs?rev=394115&view=rev
Log:
Note <files> is a file-only resource collection.

Modified:
    ant/core/trunk/docs/manual/CoreTasks/unzip.html

Modified: ant/core/trunk/docs/manual/CoreTasks/unzip.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/unzip.html?rev=394115&r1=394114&r2=394115&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/unzip.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/unzip.html Fri Apr 14 08:04:54 2006
@@ -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 @@
 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>



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