From 6136859a676be60e980772b7e9ac8c035412ea1b Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 15 Mar 2010 15:34:04 +0000 Subject: [PATCH] elaborate on srcfiles a bit git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@923294 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/uptodate.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index b3a6da348..b1b7ce2ee 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -78,8 +78,9 @@ target execution depending on the relative age of the specified files.

Parameters specified as nested elements

srcfiles

-

The nested <srcfiles> element allows you to specify a -set of files to check against the target file(s).

+

The nested <srcfiles> element is a +fileset and allows you to +specify a 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.