Add filter encoding suggested by Remy to ant's
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 29 Mar 2009 16:39:48 +0000 (16:39 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 29 Mar 2009 16:39:48 +0000 (16:39 +0000)
copy task attributes for the properties files.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@759720 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 868f9b9..e770bb5 100644 (file)
--- a/build.xml
+++ b/build.xml
       <exclude name="org/apache/tomcat/jdbc/**" />
     </javac>
     <!-- Copy static resource files -->
-    <copy todir="${tomcat.classes}">
+    <copy todir="${tomcat.classes}" encoding="ISO-8859-1">
       <filterset refid="version.filters"/>
       <fileset dir="java">
         <include name="**/*.properties"/>
     </jar>
   </target>
 
-</project>
\ No newline at end of file
+</project>