You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/05/14 14:51:47 UTC

svn commit: r774753 - /james/mpt/trunk/pom.xml

Author: rdonkin
Date: Thu May 14 12:51:47 2009
New Revision: 774753

URL: http://svn.apache.org/viewvc?rev=774753&view=rev
Log:
Specify project encoding

Modified:
    james/mpt/trunk/pom.xml

Modified: james/mpt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=774753&r1=774752&r2=774753&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Thu May 14 12:51:47 2009
@@ -319,7 +319,8 @@
 
   <profiles>
   </profiles>
-  <properties>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org