You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/06/17 23:36:59 UTC

svn commit: r785815 - /commons/proper/email/trunk/pom.xml

Author: sgoeschl
Date: Wed Jun 17 21:36:58 2009
New Revision: 785815

URL: http://svn.apache.org/viewvc?rev=785815&view=rev
Log:
Using "UTF-8" for copying resources

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=785815&r1=785814&r2=785815&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Jun 17 21:36:58 2009
@@ -254,6 +254,8 @@
         <commons.release.version>1.2</commons.release.version>
         <commons.rc.version>RC1</commons.rc.version>
         <commons.binary.suffix>-bin</commons.binary.suffix>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties> 
 
     <build>