You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/06/27 19:07:55 UTC

svn commit: r788999 - /camel/branches/camel-1.x/parent/pom.xml

Author: hadrian
Date: Sat Jun 27 17:07:55 2009
New Revision: 788999

URL: http://svn.apache.org/viewvc?rev=788999&view=rev
Log:
CAMEL-1764.  Fix encoding.

Modified:
    camel/branches/camel-1.x/parent/pom.xml

Modified: camel/branches/camel-1.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/parent/pom.xml?rev=788999&r1=788998&r2=788999&view=diff
==============================================================================
--- camel/branches/camel-1.x/parent/pom.xml (original)
+++ camel/branches/camel-1.x/parent/pom.xml Sat Jun 27 17:07:55 2009
@@ -94,6 +94,10 @@
     <camel.osgi.import>${camel.osgi.import.pkg}</camel.osgi.import>
     <camel.osgi.symbolic.name>${groupId}.${artifactId}</camel.osgi.symbolic.name>
     <camel.osgi.exclude.dependencies>true</camel.osgi.exclude.dependencies>
+
+    <!-- encoding -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
   </properties>
 
   <dependencyManagement>