mbenson     2005/02/24 09:55:57

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH uptodate.html
  Log:
  Merge
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.6  +4 -4      ant/docs/manual/CoreTasks/uptodate.html
  
  Index: uptodate.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/uptodate.html,v
  retrieving revision 1.11.2.5
  retrieving revision 1.11.2.6
  diff -u -r1.11.2.5 -r1.11.2.6
  --- uptodate.html     10 Dec 2004 17:11:41 -0000      1.11.2.5
  +++ uptodate.html     24 Feb 2005 17:55:57 -0000      1.11.2.6
  @@ -18,8 +18,8 @@
   whereas multiple target files are specified using a nested
   <a href="../CoreTypes/mapper.html"><code>&lt;mapper&gt;</code></a> 
element.</p>
   <p>By default, the value of the property is set to <code>true</code> if
  -the timestamp of the target file(s) is more recent than the timestamp of
  -the corresponding source file(s). You can set the value to something other
  +the timestamp of the source file(s) is not more recent than the timestamp of
  +the corresponding target file(s). You can set the value to something other
   than the default by specifying the <code>value</code> attribute.</p>
   <p>If a <code>&lt;srcfiles&gt;</code> element is used, without also 
specifying
   a <code>&lt;mapper&gt;</code> element, the default behavior is to use a
  @@ -116,7 +116,7 @@
               targetfile=&quot;${build}/.flagfile&quot;/&gt;
   </pre>
   <p>sets the property <code>isUpToDate</code> to <code>true</code>
  -if <code>/usr/local/bin/testit</code> is newer than
  +if <code>/usr/local/bin/testit</code> is not newer than
   <code>${build}/.flagfile</code>.</p>
   </p>
     <p>
  @@ -142,7 +142,7 @@
     </pre>
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation.
  +<p align="center">Copyright &copy; 2000-2005 The 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