bodewig     2004/02/02 06:07:30

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH zip.html
  Log:
  Merge from HEAD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.21.2.2  +6 -5      ant/docs/manual/CoreTasks/zip.html
  
  Index: zip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/zip.html,v
  retrieving revision 1.21.2.1
  retrieving revision 1.21.2.2
  diff -u -r1.21.2.1 -r1.21.2.2
  --- zip.html  9 Oct 2003 21:01:07 -0000       1.21.2.1
  +++ zip.html  2 Feb 2004 14:07:30 -0000       1.21.2.2
  @@ -42,10 +42,11 @@
   file already exists. When set to <code>yes</code>, the ZIP file is
   updated with the files specified. (New files are added; old files are
   replaced with the new versions.) When set to <code>no</code> (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.</p>
  +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.</p>
   
   <p>The <code>whenempty</code> parameter controls what happens when no files 
match.
   If <code>skip</code> (the default), the ZIP is not created and a warning is 
issued.
  @@ -241,7 +242,7 @@
   <p>
   <p>zips all files in the <code>htdocs/manual</code> directory into the 
<code>docs/user-guide</code> directory in the archive and includes all the 
files in any file that maches <code>examples*.zip</code>, such as all files 
within <code>examples1.zip</code> or <code>examples_for_brian.zip</code>.
   <hr>
  -<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All 
rights
  +<p align="center">Copyright &copy; 2000-2004 Apache Software Foundation. All 
rights
   Reserved.</p>
   
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to