You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/03/14 16:12:50 UTC

svn commit: r518174 - /ant/core/trunk/docs/manual/CoreTypes/resources.html

Author: mbenson
Date: Wed Mar 14 08:12:49 2007
New Revision: 518174

URL: http://svn.apache.org/viewvc?view=rev&rev=518174
Log:
clarify tokens nested tokenizer

Modified:
    ant/core/trunk/docs/manual/CoreTypes/resources.html

Modified: ant/core/trunk/docs/manual/CoreTypes/resources.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/resources.html?view=diff&rev=518174&r1=518173&r2=518174
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/resources.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/resources.html Wed Mar 14 08:12:49 2007
@@ -827,7 +827,12 @@
     </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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org