You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/09/19 11:51:36 UTC

svn commit: r697020 - /ant/core/trunk/src/etc/performance/dirscanner.xml

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/"/>