Author: rjung
Date: Sun Mar 29 16:39:48 2009
New Revision: 759720

URL: http://svn.apache.org/viewvc?rev=759720&view=rev
Log:
Add filter encoding suggested by Remy to ant's
copy task attributes for the properties files.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=759720&r1=759719&r2=759720&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Mar 29 16:39:48 2009
@@ -139,7 +139,7 @@
       <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"/>
@@ -788,4 +788,4 @@
     </jar>
   </target>
 
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to