[jboss-svn-commits] JBL Code SVN: r37296 - labs/jbosstm/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 25 08:29:35 EDT 2011


Author: tomjenkinson
Date: 2011-07-25 08:29:34 -0400 (Mon, 25 Jul 2011)
New Revision: 37296

Modified:
   labs/jbosstm/trunk/pom.xml
Log:
remove repeated warning by setting the encoding to UTF-8

Modified: labs/jbosstm/trunk/pom.xml
===================================================================
--- labs/jbosstm/trunk/pom.xml	2011-07-25 12:27:12 UTC (rev 37295)
+++ labs/jbosstm/trunk/pom.xml	2011-07-25 12:29:34 UTC (rev 37296)
@@ -644,6 +644,7 @@
     <maven.build.timestamp.format>yyyy/MMM/dd HH:mm</maven.build.timestamp.format>
     <buildproperty.date>${maven.build.timestamp}</buildproperty.date>
     <emma.jar.location>${project.basedir}/ext/emma.jar</emma.jar.location>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <modules>
     <module>docs</module>



More information about the jboss-svn-commits mailing list