You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2010/02/16 12:14:21 UTC

svn commit: r910476 - /turbine/fulcrum/trunk/jetty/pom.xml

Author: sgoeschl
Date: Tue Feb 16 11:14:21 2010
New Revision: 910476

URL: http://svn.apache.org/viewvc?rev=910476&view=rev
Log:
Preparing release candidiate

Modified:
    turbine/fulcrum/trunk/jetty/pom.xml

Modified: turbine/fulcrum/trunk/jetty/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/jetty/pom.xml?rev=910476&r1=910475&r2=910476&view=diff
==============================================================================
--- turbine/fulcrum/trunk/jetty/pom.xml (original)
+++ turbine/fulcrum/trunk/jetty/pom.xml Tue Feb 16 11:14:21 2010
@@ -128,7 +128,10 @@
     </profile>		
   </profiles>
   
-  <properties>  
+  <properties> 
+    <!-- enforce using UTF-8 when building on Mac OS X -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>	
     <!-- Default configuration for compiler source and target JVM -->
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>