Browse Source

clarify tokens nested tokenizer

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518174 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
b771ed9ab1
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docs/manual/CoreTypes/resources.html

+ 6
- 1
docs/manual/CoreTypes/resources.html View File

@@ -827,7 +827,12 @@ larger collection. <strong>Since Ant 1.7.1</strong>.</p>
</tr>
</table>
<h4>Parameters specified as nested elements</h4>
<p>A single resource collection is required.</p>
<ul>
<li>A single resource collection is required.</li>
<li>One nested tokenizer may be specified. If omitted, a
<a href="filterchain.html#linetokenizer">LineTokenizer</a> will be used.
</li>
</ul>
</blockquote>

<h4><a name="setlogic">Set operations</a></h4>


Loading…
Cancel
Save