From 1953e4f7200c5b2dfa388fda47ac3418e8dc43af Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 19 Nov 2004 20:30:45 +0000 Subject: [PATCH] Clarify that multiple targetfileset/list elements can exist in the manner of srcfileset/list elements. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277059 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/dependset.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/CoreTasks/dependset.html b/docs/manual/CoreTasks/dependset.html index 625b43b47..62862f8bd 100644 --- a/docs/manual/CoreTasks/dependset.html +++ b/docs/manual/CoreTasks/dependset.html @@ -77,6 +77,7 @@ href="../CoreTypes/fileset.html">FileSet. All files included in this fileset will be compared against all files included in all of the srcfileset filesets and sourcefilelist filelists, and if any are older, they are all deleted. +Multiple targetfileset filesets may be specified.

targetfilelist

@@ -87,6 +88,7 @@ href="../CoreTypes/filelist.html">FileList. All files included in this filelist will be compared against all files included in all of the srcfileset filesets and sourcefilelist filelists, and if any are older, they are all deleted. +Multiple targetfilelist filelists may be specified.

Examples