mbenson     2005/05/11 12:04:18

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH sync.html
  Log:
  Document granularity attribute in 1.6 branch
  PR: 34871
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.4   +10 -0     ant/docs/manual/CoreTasks/sync.html
  
  Index: sync.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/sync.html,v
  retrieving revision 1.3.2.3
  retrieving revision 1.3.2.4
  diff -u -r1.3.2.3 -r1.3.2.4
  --- sync.html 15 Mar 2005 15:10:28 -0000      1.3.2.3
  +++ sync.html 11 May 2005 19:04:18 -0000      1.3.2.4
  @@ -57,6 +57,16 @@
        <td valign="top">Log the files that are being copied.</td>
        <td valign="top" align="center">No; defaults to false.</td>
     </tr>
  +  <tr>
  +    <td valign="top">granularity</td>
  +    <td valign="top">The number of milliseconds leeway to give before
  +    deciding a file is out of date. This is needed because not every
  +    file system supports tracking the last modified time to the
  +    millisecond level. Default is 0 milliseconds, or 2 seconds on DOS
  +    systems.  This can also be useful if source and target files live
  +    on separate machines with clocks being out of sync.  <em>since Ant
  +    1.6.2</em>.</td>
  +  </tr>
   </table>
   
   <h3>Parameters specified as nested elements</h3>
  
  
  

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

Reply via email to