From 444d7cdf83a6486694bceba5155cecc23ab2e04a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 29 Nov 2005 04:51:34 +0000 Subject: [PATCH] update docs git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@349645 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/uptodate.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index b0287e59a..e6dc2ebf8 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -49,7 +49,8 @@ target execution depending on the relative age of the specified files.

srcfile The file to check against the target file(s). Yes, unless a nested - <srcfiles> element is present. + <srcfiles> or <srcresources> + element is present. targetfile @@ -67,6 +68,12 @@ set of files to check against the target file(s).

Note: You can specify either the srcfile attribute or nested <srcfiles> elements, but not both. +

srcresources

+

The nested <srcresources> element is a union and allows you to +specify a collection of resources to check against the target file(s). +Since Ant 1.7

+

mapper

The nested <mapper> element allows you to specify a set of target files to check for being up-to-date with respect to a