Browse Source

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
master
Matthew Jason Benson 20 years ago
parent
commit
1953e4f720
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/manual/CoreTasks/dependset.html

+ 2
- 0
docs/manual/CoreTasks/dependset.html View File

@@ -77,6 +77,7 @@ href="../CoreTypes/fileset.html">FileSet</a>. All files included in
this fileset will be compared against all files included in all of the
<code>srcfileset</code> filesets and <code>sourcefilelist</code>
filelists, and if any are older, they are all deleted.
Multiple <code>targetfileset</code> filesets may be specified.
</p>

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

<h3>Examples</h3>


Loading…
Cancel
Save