Author: jhm
Date: Wed Mar 14 07:02:03 2007
New Revision: 518151

URL: http://svn.apache.org/viewvc?view=rev&rev=518151
Log:
Documented wrong attribute.

Modified:
    ant/core/trunk/docs/manual/CoreTasks/conditions.html

Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/conditions.html?view=diff&rev=518151&r1=518150&r2=518151
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/conditions.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/conditions.html Wed Mar 14 07:02:03 
2007
@@ -726,7 +726,7 @@
 </p>
 
 <blockquote><pre>
-&lt;resourcecount refid=&quot;myresourcecollection&quot; 
when=&quot;greater&quot; length=&quot;0&quot; /&gt;
+&lt;resourcecount refid=&quot;myresourcecollection&quot; 
when=&quot;greater&quot; count=&quot;0&quot; /&gt;
 </pre></blockquote>
 <p>Verify that a resource collection is not empty.</p>
 



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

Reply via email to