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

svn commit: r755268 - /commons/proper/vfs/trunk/pom.xml

Author: sebb
Date: Tue Mar 17 14:38:36 2009
New Revision: 755268

URL: http://svn.apache.org/viewvc?rev=755268&view=rev
Log:
Specify encoding to use when copying resources

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=755268&r1=755267&r2=755268&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Mar 17 14:38:36 2009
@@ -110,6 +110,8 @@
   </contributors>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.componentid>vfs</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>