diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index bfc95aadb..b3a6da348 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -84,6 +84,11 @@ 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. +

Note that the task will completely ignore any directories that seem + to be matched by the srcfiles fileset, it will only consider normal + files. If you need logic that applies to directories as well, use a + nested srcresource and a dirset (for example).

+

srcresources

The nested <srcresources> element is a union and allows you to