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.
<srcfiles>
element is present.<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.
-
<uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" > <srcfiles dir= "${src}/xml" includes="**/*.dtd"/>