You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/08/03 21:25:56 UTC

svn commit: r1615439 - /tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml

Author: rmannibucau
Date: Sun Aug  3 19:25:55 2014
New Revision: 1615439

URL: http://svn.apache.org/r1615439
Log:
avoid useless warning when building

Modified:
    tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml

Modified: tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml?rev=1615439&r1=1615438&r2=1615439&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml (original)
+++ tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml Sun Aug  3 19:25:55 2014
@@ -20,6 +20,7 @@
   <packaging>war</packaging>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <myfaces2.version>2.2.4</myfaces2.version>
     <myfaces.codi.version>1.0.5</myfaces.codi.version>
     <extval.version>2.0.8</extval.version>