Author: dkulp
Date: Mon Mar 14 16:48:53 2011
New Revision: 1081463

URL: http://svn.apache.org/viewvc?rev=1081463&view=rev
Log:
Merged revisions 1081459 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1081459 | dkulp | 2011-03-14 12:44:08 -0400 (Mon, 14 Mar 2011) | 3 lines
  
  [CXF-3395] Set the encoding for the compile operations (and everything
  else in Maven) to utf-8 to make sure the builds are consistent and
  reproducible.
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/common_build.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
    svn:mergeinfo = /cxf/trunk:1081459

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/common_build.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/common_build.xml?rev=1081463&r1=1081462&r2=1081463&view=diff
==============================================================================
--- 
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/common_build.xml 
(original)
+++ 
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/common_build.xml 
Mon Mar 14 16:48:53 2011
@@ -127,7 +127,7 @@
         <mkdir dir="${build.classes.dir}"/>
         <mkdir dir="${build.src.dir}"/>
 
-        <javac destdir="${build.classes.dir}" debug="true" fork="true">
+        <javac destdir="${build.classes.dir}" debug="true" fork="true" 
encoding="utf-8">
             <compilerarg line="-J${cxf.endorsed.flag}"/>
             <src path="${src.dir}"/>
             <src path="${build.src.dir}"/>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml?rev=1081463&r1=1081462&r2=1081463&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml 
(original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml Mon 
Mar 14 16:48:53 2011
@@ -28,6 +28,7 @@
     <properties>
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 
     <dependencies>


Reply via email to