Author: dkulp
Date: Tue May 29 16:38:12 2012
New Revision: 1343832
URL: http://svn.apache.org/viewvc?rev=1343832&view=rev
Log:
Merged revisions 1342844 via svn merge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1342844 | dkulp | 2012-05-25 22:32:31 -0400 (Fri, 25 May 2012) | 1 line
Fix some eclipse warnings
........
Modified:
cxf/branches/2.5.x-fixes/ (props changed)
cxf/branches/2.5.x-fixes/systests/ws-security/pom.xml
Propchange: cxf/branches/2.5.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.5.x-fixes/systests/ws-security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/ws-security/pom.xml?rev=1343832&r1=1343831&r2=1343832&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/systests/ws-security/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/systests/ws-security/pom.xml Tue May 29 16:38:12
2012
@@ -59,6 +59,10 @@
<configuration>
<fork>${cxf.codegenplugin.forkmode}</fork>
<sourceRoot>${basedir}/target/generated-sources</sourceRoot>
+ <defaultOptions>
+ <markGenerated>true</markGenerated>
+
<faultSerialVersionUID>1</faultSerialVersionUID>
+ </defaultOptions>
<wsdlOptions>
<wsdlOption>
<wsdl>${basedir}/src/test/resources/DoubleItLogical.wsdl</wsdl>