copy task attributes for the properties files.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@759720
13f79535-47bb-0310-9956-
ffa450edef68
<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>