You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/06/08 17:30:00 UTC

svn commit: r1133429 - in /cxf/branches/2.3.x-fixes: ./ pom.xml

Author: dkulp
Date: Wed Jun  8 15:30:00 2011
New Revision: 1133429

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

........
  r1133423 | dkulp | 2011-06-08 11:22:17 -0400 (Wed, 08 Jun 2011) | 1 line
  
  Set the default encoding so other plugins will see it
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
            ('svn:mergeinfo' removed)

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

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1133429&r1=1133428&r2=1133429&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Wed Jun  8 15:30:00 2011
@@ -45,6 +45,7 @@
         <cxf.build-utils.version>2.3.2</cxf.build-utils.version>
         <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 
     <distributionManagement>