From 613f5a2be09ccf38eb7bf82a197db747c4bbc56a Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 14 Apr 2006 15:04:54 +0000 Subject: [PATCH] Note is a file-only resource collection. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@394115 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/unzip.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/CoreTasks/unzip.html b/docs/manual/CoreTasks/unzip.html index 24bd85e90..795ed3f71 100644 --- a/docs/manual/CoreTasks/unzip.html +++ b/docs/manual/CoreTasks/unzip.html @@ -19,11 +19,12 @@ Collections 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 filesets, filelist and path. Untar supports arbitrary resource -collections. Prior to Ant 1.7 only fileset has been supported as a -nested element.

+href="../CoreTypes/fileset.html">fileset, filelist, path, and files. +Untar supports arbitrary resource collections. +Prior to Ant 1.7 only fileset has been supported as a nested element.

You can define filename transformations by using a nested mapper element. The default mapper is the identity mapper. @@ -150,7 +151,7 @@ allowing a file to be mapped to multiple destinations or a configurable file system timestamp granularity.


-

Copyright © 2000-2005 The Apache Software Foundation. All rights +

Copyright © 2000-2006 The Apache Software Foundation. All rights Reserved.