diff --git a/docs/manual/CoreTasks/zip.html b/docs/manual/CoreTasks/zip.html index 3a4addc4d..2918c77b1 100644 --- a/docs/manual/CoreTasks/zip.html +++ b/docs/manual/CoreTasks/zip.html @@ -41,10 +41,11 @@ or by using the special nested fileset zipgroupfileset.

file already exists. When set to yes, the ZIP file is updated with the files specified. (New files are added; old files are replaced with the new versions.) When set to no (the -default) the ZIP file is overwritten. Please note that ZIP files -store file modification times with a granularity of two seconds. If a -file is less than two seconds newer than the entry in the archive, Ant -will not consider it newer.

+default) the ZIP file is overwritten if any of the files that would be +added to the archive are newer than the entries inside the archive. +Please note that ZIP files store file modification times with a +granularity of two seconds. If a file is less than two seconds newer +than the entry in the archive, Ant will not consider it newer.

The whenempty parameter controls what happens when no files match. If skip (the default), the ZIP is not created and a warning is issued. @@ -240,7 +241,7 @@ The code

zips all files in the htdocs/manual directory into the docs/user-guide directory in the archive and includes all the files in any file that maches examples*.zip, such as all files within examples1.zip or examples_for_brian.zip.


-

Copyright © 2000-2003 Apache Software Foundation. All rights +

Copyright © 2000-2004 Apache Software Foundation. All rights Reserved.