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: [email protected]
For additional commands, e-mail: [email protected]