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/22 09:58:11 UTC

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

Author: bodewig
Date: Mon Sep 22 00:58:11 2008
New Revision: 697693

URL: http://svn.apache.org/viewvc?rev=697693&view=rev
Log:
whitespace

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=697693&r1=697692&r2=697693&view=diff
==============================================================================
--- ant/core/trunk/src/etc/performance/dirscanner.xml (original)
+++ ant/core/trunk/src/etc/performance/dirscanner.xml Mon Sep 22 00:58:11 2008
@@ -161,20 +161,20 @@
   </target>
 
   <target name="define-scan-16" if="ant16">
-  <macrodef name="scan">
-    <attribute name="test"/>
-    <element name="patterns" optional="true"/>
-    <sequential>
-      <pathconvert property="@{test}">
-        <path>
-          <fileset dir="${test.dir}" followSymlinks="${symlinks}"
-                   casesensitive="${casesensitive}">
-            <patterns/>
-          </fileset>
-        </path>
-      </pathconvert>
-    </sequential>
-  </macrodef>
+    <macrodef name="scan">
+      <attribute name="test"/>
+      <element name="patterns" optional="true"/>
+      <sequential>
+        <pathconvert property="@{test}">
+          <path>
+            <fileset dir="${test.dir}" followSymlinks="${symlinks}"
+                     casesensitive="${casesensitive}">
+              <patterns/>
+            </fileset>
+          </path>
+        </pathconvert>
+      </sequential>
+    </macrodef>
   </target>
 
   <target name="define-scan-17+" unless="ant16">