mbenson 2005/02/24 09:54:21 Modified: docs/manual/CoreTasks uptodate.html Log: Fixed erroneous statements in documentation. PR: 33626 Revision Changes Path 1.16 +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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- uptodate.html 10 Dec 2004 17:10:07 -0000 1.15 +++ uptodate.html 24 Feb 2005 17:54:21 -0000 1.16 @@ -17,8 +17,8 @@ whereas multiple target files are specified using a nested <a href="../CoreTypes/mapper.html"><code><mapper></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><srcfiles></code> element is used, without also specifying a <code><mapper></code> element, the default behavior is to use a @@ -115,7 +115,7 @@ targetfile="${build}/.flagfile"/> </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> @@ -141,7 +141,7 @@ </pre> <hr> -<p align="center">Copyright © 2000-2004 The Apache Software Foundation. +<p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.</p> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]