Author: mbenson
Date: Tue Jul 17 10:57:39 2007
New Revision: 556996

URL: http://svn.apache.org/viewvc?view=rev&rev=556996
Log:
document concat as RC
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=556996&r1=556995&r2=556996
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/resources.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/resources.html Tue Jul 17 10:57:39 2007
@@ -318,6 +318,15 @@
   </li>
 </ul>
 </p>
+<p>Strangely, some tasks can even legitimately behave as resource collections:
+<ul>
+  <li><a href="../CoreTasks/concat.html">concat</a>
+    exposes a concatenated resource, and adds e.g.
+    <a href="../filterchain.html">filtering</a>
+    to Ant's resource-related capabilities.
+  </li>
+</ul>
+</p>
 <h3>The additional built-in resource collections are:</h3>
 <ul>
   <li><a href="#resources">resources</a> - generic resource collection</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to