diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index 6b745f926..7aa3973d8 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -74,6 +74,10 @@ set of source files.
The mapper "to" attribute is relative to the target file, or to the "dir" attribute of the nested srcfiles element. ++ Since Ant 1.6.3, + one can use a filenamemapper type in place of the mapper element. +
<uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" > <srcfiles dir= "${src}/xml" includes="**/*.dtd"/>