Author: dkulp
Date: Tue Jan 17 18:04:02 2012
New Revision: 1232514
URL: http://svn.apache.org/viewvc?rev=1232514&view=rev
Log:
Merged revisions 1232496 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1232496 | dkulp | 2012-01-17 12:25:16 -0500 (Tue, 17 Jan 2012) | 1 line
[CXF-4029] If the wsdl isn't a "File", still process it.
........
Modified:
cxf/branches/2.5.x-fixes/ (props changed)
cxf/branches/2.5.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java
Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.5.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java?rev=1232514&r1=1232513&r2=1232514&view=diff
==============================================================================
---
cxf/branches/2.5.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java
(original)
+++
cxf/branches/2.5.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/wsdl2java/WSDL2JavaMojo.java
Tue Jan 17 18:04:02 2012
@@ -115,6 +115,8 @@ public class WSDL2JavaMojo extends Abstr
if (!duplicate) {
newList.add(o);
}
+ } else {
+ newList.add(o);
}
}
effectiveWsdlOptions.clear();