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 22:16:29 UTC

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

Author: rdonkin
Date: Thu May 14 20:16:28 2009
New Revision: 774910

URL: http://svn.apache.org/viewvc?rev=774910&view=rev
Log:
Set compilation 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=774910&r1=774909&r2=774910&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Thu May 14 20:16:28 2009
@@ -54,7 +54,8 @@
         <configuration>
           <optimize>true</optimize>
           <source>1.5</source>
-          <target>1.5</target>
+          <target>1.5</target>
+          <encoding>iso8859-1</encoding>
         </configuration>
       </plugin>
       <plugin>



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