Author: bodewig
Date: Fri Sep 19 02:51:35 2008
New Revision: 697020

URL: http://svn.apache.org/viewvc?rev=697020&view=rev
Log:
wrong property name

Modified:
    ant/core/trunk/src/etc/performance/dirscanner.xml

Modified: ant/core/trunk/src/etc/performance/dirscanner.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/performance/dirscanner.xml?rev=697020&r1=697019&r2=697020&view=diff
==============================================================================
--- ant/core/trunk/src/etc/performance/dirscanner.xml (original)
+++ ant/core/trunk/src/etc/performance/dirscanner.xml Fri Sep 19 02:51:35 2008
@@ -186,7 +186,7 @@
 
   <target name="many-roots"
           description="only contains include patterns that match starts">
-    <scan test="roots">
+    <scan test="many-roots">
       <patterns>
         <include name="0/"/>
         <include name="0/0/"/>


Reply via email to