You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/04/11 21:12:50 UTC

svn commit: r393296 - /ant/core/trunk/src/etc/testcases/taskdefs/copy.xml

Author: mbenson
Date: Tue Apr 11 12:12:48 2006
New Revision: 393296

URL: http://svn.apache.org/viewcvs?rev=393296&view=rev
Log:
more trailing spaces

Modified:
    ant/core/trunk/src/etc/testcases/taskdefs/copy.xml

Modified: ant/core/trunk/src/etc/testcases/taskdefs/copy.xml
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/etc/testcases/taskdefs/copy.xml?rev=393296&r1=393295&r2=393296&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/copy.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/copy.xml Tue Apr 11 12:12:48 2006
@@ -146,7 +146,7 @@
         <file file="${from.dir}/file1.txt"/>
         <file file="${from.dir}/file2.txt"/>
         <file file="${from.dir}/file3.txt"/>
-      </resources>            
+      </resources>
     </copy>
   </target>
 
@@ -156,7 +156,7 @@
         <file file="${from.dir}/file1.txt"/>
         <file file="${from.dir}/file2.txt"/>
         <file file="${from.dir}/file3.txt"/>
-      </resources>            
+      </resources>
       <regexpmapper from="^(.*)\.txt$$" to="\1.txt.bak"/>
     </copy>
   </target>
@@ -165,7 +165,7 @@
     <copy todir="${to.dir}" flatten="true">
       <resources>
         <file file="${from.dir}/fileNR.txt"/>
-      </resources>            
+      </resources>
       <filterset>
         <filter token="NR" value="42"/>
       </filterset>
@@ -188,8 +188,8 @@
     <copy todir="${to.dir}">
       <path>
         <fileset dir="${from.dir}"/>
-      </path>   
-    </copy>     
+      </path>
+    </copy>
   </target>
 
   <target name="testZipfileset" depends="testResource.prepare">
@@ -201,7 +201,7 @@
     </copy>
   </target>
 
-  <target name="cleanup"> 
+  <target name="cleanup">
     <delete file="copytest1.tmp"/>
     <delete file="copytest3.tmp"/>
     <delete file="copytest3a.tmp"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org