diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index 7aa3973d8..06beeff99 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -17,8 +17,8 @@ elements. These are FileSets, whereas multiple target files are specified using a nested <mapper> element.

By default, the value of the property is set to true 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 value attribute.

If a <srcfiles> element is used, without also specifying a <mapper> element, the default behavior is to use a @@ -115,7 +115,7 @@ against a single target file:

targetfile="${build}/.flagfile"/>

sets the property isUpToDate to true -if /usr/local/bin/testit is newer than +if /usr/local/bin/testit is not newer than ${build}/.flagfile.

@@ -141,7 +141,7 @@ if /usr/local/bin/testit is newer than


-

Copyright © 2000-2004 The Apache Software Foundation. +

Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.