Author: dkulp
Date: Mon Nov 15 21:01:57 2010
New Revision: 1035453
URL: http://svn.apache.org/viewvc?rev=1035453&view=rev
Log:
Merged revisions 1035391 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1035391 | ericjohnson | 2010-11-15 13:35:42 -0500 (Mon, 15 Nov 2010) | 1 line
fixed the idltowsdl typos
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/IDLToWSDL.java
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/common/toolspec/toolspecs/idl2wsdl.xml
cxf/branches/2.3.x-fixes/tools/corba/src/test/resources/toolspecs/idl2wsdl.xml
Propchange: cxf/branches/2.3.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Nov 15 21:01:57 2010
@@ -1 +1 @@
-/cxf/trunk:1-1022155,1022157-1023401,1023420-1030540,1030542-1031074,1031076-1033529,1033531,1033533-1033888,1033890-1033925,1033927-1034174,1034637,1035203,1035206,1035220,1035302,1035377
+/cxf/trunk:1-1022155,1022157-1023401,1023420-1030540,1030542-1031074,1031076-1033529,1033531,1033533-1033888,1033890-1033925,1033927-1034174,1034637,1035203,1035206,1035220,1035302,1035377,1035391
Modified:
cxf/branches/2.3.x-fixes/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java?rev=1035453&r1=1035452&r2=1035453&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
(original)
+++
cxf/branches/2.3.x-fixes/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
Mon Nov 15 21:01:57 2010
@@ -52,7 +52,7 @@ public class IDLToWSDLPlugin extends Abs
outputDirFile.mkdirs();
if (idltowsdlOptions == null) {
- throw new MojoExecutionException("Please specify the idltowsdl
options");
+ throw new MojoExecutionException("Please specify the idl2wsdl
options");
}
for (int x = 0; x < idltowsdlOptions.length; x++) {
Modified:
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/IDLToWSDL.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/IDLToWSDL.java?rev=1035453&r1=1035452&r2=1035453&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/IDLToWSDL.java
(original)
+++
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/IDLToWSDL.java
Mon Nov 15 21:01:57 2010
@@ -43,7 +43,7 @@ import org.apache.cxf.tools.corba.proces
public class IDLToWSDL extends AbstractCXFToolContainer {
- static final String TOOL_NAME = "idltowsdl";
+ static final String TOOL_NAME = "idl2wsdl";
private static String[] args;
public IDLToWSDL(ToolSpec toolspec) throws Exception {
Modified:
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/common/toolspec/toolspecs/idl2wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/common/toolspec/toolspecs/idl2wsdl.xml?rev=1035453&r1=1035452&r2=1035453&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/common/toolspec/toolspecs/idl2wsdl.xml
(original)
+++
cxf/branches/2.3.x-fixes/tools/corba/src/main/java/org/apache/cxf/tools/corba/common/toolspec/toolspecs/idl2wsdl.xml
Mon Nov 15 21:01:57 2010
@@ -27,10 +27,10 @@
xmlns:ts="http://cxf.apache.org/Xutil/ToolSpecification">
<annotation> Examples :
- idltowsdl HelloWorld.idl
- idltowsdl -o HelloWorld HelloWorld.idl
- idltowsdl -w http://www.mycompany.com/schemas HelloWorld.idl
- idltowsdl -f HelloWorld.ior -interface HelloWorld HellowWorld.idl
+ idl2wsdl HelloWorld.idl
+ idl2wsdl -o HelloWorld HelloWorld.idl
+ idl2wsdl -w http://www.mycompany.com/schemas HelloWorld.idl
+ idl2wsdl -f HelloWorld.ior -interface HelloWorld HellowWorld.idl
</annotation>
<usage>
Modified:
cxf/branches/2.3.x-fixes/tools/corba/src/test/resources/toolspecs/idl2wsdl.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/corba/src/test/resources/toolspecs/idl2wsdl.xml?rev=1035453&r1=1035452&r2=1035453&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/tools/corba/src/test/resources/toolspecs/idl2wsdl.xml
(original)
+++
cxf/branches/2.3.x-fixes/tools/corba/src/test/resources/toolspecs/idl2wsdl.xml
Mon Nov 15 21:01:57 2010
@@ -27,10 +27,10 @@
xmlns:ts="http://cxf.apache.org/Xutil/ToolSpecification">
<annotation> Examples :
- idltowsdl HelloWorld.idl
- idltowsdl -o HelloWorld HelloWorld.idl
- idltowsdl -w http://www.mycompany.com/schemas HelloWorld.idl
- idltowsdl -f HelloWorld.ior -interface HelloWorld HellowWorld.idl
+ idl2wsdl HelloWorld.idl
+ idl2wsdl -o HelloWorld HelloWorld.idl
+ idl2wsdl -w http://www.mycompany.com/schemas HelloWorld.idl
+ idl2wsdl -f HelloWorld.ior -interface HelloWorld HellowWorld.idl
</annotation>
<usage>