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:32:03 UTC

svn commit: r799354 - /synapse/branches/1.3/modules/xar-maven-plugin/pom.xml

Author: ruwan
Date: Thu Jul 30 16:32:02 2009
New Revision: 799354

URL: http://svn.apache.org/viewvc?rev=799354&view=rev
Log:
Fixing the encoding

Modified:
    synapse/branches/1.3/modules/xar-maven-plugin/pom.xml

Modified: synapse/branches/1.3/modules/xar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/xar-maven-plugin/pom.xml?rev=799354&r1=799353&r2=799354&view=diff
==============================================================================
--- synapse/branches/1.3/modules/xar-maven-plugin/pom.xml (original)
+++ synapse/branches/1.3/modules/xar-maven-plugin/pom.xml Thu Jul 30 16:32:02 2009
@@ -29,6 +29,7 @@
     <description>Maven 2 plugin to create Synapse extension archives</description>
     
     <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>        
         <maven.version>2.0.7</maven.version>
         <maven.artifact.version>2.0.8</maven.artifact.version>
         <maven.archiver.version>2.2</maven.archiver.version>