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>
-<resourcecount refid="myresourcecollection"
when="greater" length="0" />
+<resourcecount refid="myresourcecollection"
when="greater" count="0" />
</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]