Browse Source

more trailing spaces

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393296 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
1225af9318
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/etc/testcases/taskdefs/copy.xml

+ 6
- 6
src/etc/testcases/taskdefs/copy.xml View File

@@ -146,7 +146,7 @@ a=b=
<file file="${from.dir}/file1.txt"/> <file file="${from.dir}/file1.txt"/>
<file file="${from.dir}/file2.txt"/> <file file="${from.dir}/file2.txt"/>
<file file="${from.dir}/file3.txt"/> <file file="${from.dir}/file3.txt"/>
</resources>
</resources>
</copy> </copy>
</target> </target>


@@ -156,7 +156,7 @@ a=b=
<file file="${from.dir}/file1.txt"/> <file file="${from.dir}/file1.txt"/>
<file file="${from.dir}/file2.txt"/> <file file="${from.dir}/file2.txt"/>
<file file="${from.dir}/file3.txt"/> <file file="${from.dir}/file3.txt"/>
</resources>
</resources>
<regexpmapper from="^(.*)\.txt$$" to="\1.txt.bak"/> <regexpmapper from="^(.*)\.txt$$" to="\1.txt.bak"/>
</copy> </copy>
</target> </target>
@@ -165,7 +165,7 @@ a=b=
<copy todir="${to.dir}" flatten="true"> <copy todir="${to.dir}" flatten="true">
<resources> <resources>
<file file="${from.dir}/fileNR.txt"/> <file file="${from.dir}/fileNR.txt"/>
</resources>
</resources>
<filterset> <filterset>
<filter token="NR" value="42"/> <filter token="NR" value="42"/>
</filterset> </filterset>
@@ -188,8 +188,8 @@ a=b=
<copy todir="${to.dir}"> <copy todir="${to.dir}">
<path> <path>
<fileset dir="${from.dir}"/> <fileset dir="${from.dir}"/>
</path>
</copy>
</path>
</copy>
</target> </target>


<target name="testZipfileset" depends="testResource.prepare"> <target name="testZipfileset" depends="testResource.prepare">
@@ -201,7 +201,7 @@ a=b=
</copy> </copy>
</target> </target>


<target name="cleanup">
<target name="cleanup">
<delete file="copytest1.tmp"/> <delete file="copytest1.tmp"/>
<delete file="copytest3.tmp"/> <delete file="copytest3.tmp"/>
<delete file="copytest3a.tmp"/> <delete file="copytest3a.tmp"/>


Loading…
Cancel
Save