Author: jbonofre
Date: Thu Jul 30 07:29:51 2009
New Revision: 799193

URL: http://svn.apache.org/viewvc?rev=799193&view=rev
Log:
Remove the CXF generation from the build (not used as the WSDL is abstract).

Modified:
    servicemix/components/engines/servicemix-exec/trunk/pom.xml
    
servicemix/components/engines/servicemix-exec/trunk/src/main/resources/servicemix-exec.wsdl

Modified: servicemix/components/engines/servicemix-exec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-exec/trunk/pom.xml?rev=799193&r1=799192&r2=799193&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-exec/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-exec/trunk/pom.xml Thu Jul 30 
07:29:51 2009
@@ -137,42 +137,6 @@
                                </executions>
                        </plugin>
                        <plugin>
-                            <groupId>org.apache.cxf</groupId>
-                            <artifactId>cxf-java2ws-plugin</artifactId>
-                            <version>2.1.3</version>
-                            <dependencies>
-                                <dependency>
-                                    <groupId>org.apache.cxf</groupId>
-                                    
<artifactId>cxf-rt-frontend-jaxws</artifactId>
-                                    <version>2.1.3</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.apache.cxf</groupId>
-                                    
<artifactId>cxf-rt-frontend-simple</artifactId>
-                                    <version>2.1.3</version>
-                                </dependency>
-                            </dependencies>
-                            <executions>
-                                <execution>
-                                    <id>process-classes</id>
-                                    <phase>process-classes</phase>
-                                    <configuration>
-                                        
<className>org.apache.servicemix.exec.marshaler.ExecMarshalerSupport</className>
-                                        
<outputFile>${project.build.directory}/generated/wsdl/servicemix-exec.wsdl</outputFile>
-                                        
<servicename>servicemix-exec</servicename>
-                                        
<targetNameSpace>http://servicemix.apache.org/exec</targetNameSpace>
-                                        <genWsdl>true</genWsdl>
-                                        <genClient>false</genClient>
-                                        <genServer>false</genServer>
-                                        <verbose>true</verbose>
-                                    </configuration>
-                                    <goals>
-                                        <goal>java2ws</goal>
-                                    </goals>
-                                </execution>
-                            </executions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>

Modified: 
servicemix/components/engines/servicemix-exec/trunk/src/main/resources/servicemix-exec.wsdl
URL: 
http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-exec/trunk/src/main/resources/servicemix-exec.wsdl?rev=799193&r1=799192&r2=799193&view=diff
==============================================================================
--- 
servicemix/components/engines/servicemix-exec/trunk/src/main/resources/servicemix-exec.wsdl
 (original)
+++ 
servicemix/components/engines/servicemix-exec/trunk/src/main/resources/servicemix-exec.wsdl
 Thu Jul 30 07:29:51 2009
@@ -32,13 +32,13 @@
             <xs:element name="execute" type="tns:command"/>
             <xs:complexType name="command">
                 <xs:sequence>
-                    <xs:element minOccurs="0" name="arg0" type="xs:string"/>
+                    <xs:element minOccurs="0" name="command" type="xs:string"/>
                 </xs:sequence>
             </xs:complexType>
             <xs:element name="executeResponse" type="tns:executeResponse"/>
             <xs:complexType name="executeResponse">
                 <xs:sequence>
-                    <xs:element minOccurs="0" name="return" 
type="tns:executionData"/>
+                    <xs:element minOccurs="0" name="executionData" 
type="tns:executionData"/>
                 </xs:sequence>
             </xs:complexType>
             <xs:complexType name="executionData">


Reply via email to