From 8263f39a5a824308093cb6af5115881117ff8f3f Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 10 Dec 2004 17:10:07 +0000 Subject: [PATCH] doc for use of filenamemaper in uptodate git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277163 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/uptodate.html | 4 ++++ 1 file changed, 4 insertions(+) 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. +

Examples

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