You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2009/07/30 18:27:53 UTC

svn commit: r799352 - /synapse/branches/1.3/pom.xml

Author: ruwan
Date: Thu Jul 30 16:27:53 2009
New Revision: 799352

URL: http://svn.apache.org/viewvc?rev=799352&view=rev
Log:
Setting the source encoding (which helps to get rid of the platform dpendant encoding Warning)

Modified:
    synapse/branches/1.3/pom.xml

Modified: synapse/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/pom.xml?rev=799352&r1=799351&r2=799352&view=diff
==============================================================================
--- synapse/branches/1.3/pom.xml (original)
+++ synapse/branches/1.3/pom.xml Thu Jul 30 16:27:53 2009
@@ -790,6 +790,8 @@
     </modules>
 
     <properties>
+        <!-- Sets the source encoding to UTF-8 -->
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <!-- Synapse and related components -->
         <synapse.version>1.3.0-SNAPSHOT</synapse.version>
         <commons.dbcp.version>1.2.2</commons.dbcp.version>