s...@apache.org schrieb:
Author: sebb
Date: Fri Apr 17 17:29:21 2009
New Revision: 766092

URL: http://svn.apache.org/viewvc?rev=766092&view=rev
Log:
Use UTF-8 encoding for copying resources to avoid platform dependency


Just a question: Would it make sense to add the properties related to encoding to the commons parent pom?

Oliver

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=766092&r1=766091&r2=766092&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Apr 17 17:29:21 2009
@@ -203,6 +203,8 @@
     <commons.jira.pid>12310485</commons.jira.pid>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> <build>




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

Reply via email to