diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index 9e4071175..efb74890d 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -46,7 +46,7 @@ target execution depending on the relative age of the specified files.

srcfile - The file to check against the target file. + The file to check against the target file(s). Yes, unless a nested <srcfiles> element is present. @@ -71,9 +71,6 @@ attribute or nested <srcfiles> elements, but not both. a set of target files to check for being up-to-date with respect to a set of source files.

-

Note: The nested <mapper> element is -only valid when used with the <srcfiles> element. -

Examples

  <uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" >
     <srcfiles dir= "${src}/xml" includes="**/*.dtd"/>