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/02/09 18:14:33 UTC

svn commit: r742633 - /james/mailet/crypto/trunk/pom.xml

Author: rdonkin
Date: Mon Feb  9 17:14:32 2009
New Revision: 742633

URL: http://svn.apache.org/viewvc?rev=742633&view=rev
Log:
Explicitly set encoding. MAILETCRYPTO-1.

Modified:
    james/mailet/crypto/trunk/pom.xml

Modified: james/mailet/crypto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=742633&r1=742632&r2=742633&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Mon Feb  9 17:14:32 2009
@@ -149,7 +149,8 @@
         <configuration>
           <optimize>true</optimize>
           <source>1.4</source>
-          <target>1.4</target>
+          <target>1.4</target>
+          <encoding>UTF-8</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