Browse Source

whitespace

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697693 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
5f55a47e80
1 changed files with 14 additions and 14 deletions
  1. +14
    -14
      src/etc/performance/dirscanner.xml

+ 14
- 14
src/etc/performance/dirscanner.xml View File

@@ -161,20 +161,20 @@ public class DirscannerSetup extends Task {
</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">


Loading…
Cancel
Save