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 2012/12/04 21:55:54 UTC

svn commit: r1417166 - in /cxf/branches/2.6.x-fixes/distribution/src/main/release/samples: jaxws_dispatch_provider/pom.xml jaxws_handlers/pom.xml js_browser_client_simple/pom.xml js_provider/pom.xml ws_security/ut/pom.xml ws_security/ut_policy/pom.xml

Author: dkulp
Date: Tue Dec  4 20:55:53 2012
New Revision: 1417166

URL: http://svn.apache.org/viewvc?rev=1417166&view=rev
Log:
Merged revisions 1414387 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1414387 | dkulp | 2012-11-27 15:34:07 -0500 (Tue, 27 Nov 2012) | 2 lines

  Add the jaxws21 flags to a bunch of poms

........

Modified:
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_handlers/pom.xml
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_provider/pom.xml
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml?rev=1417166&r1=1417165&r2=1417166&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml Tue Dec  4 20:55:53 2012
@@ -54,46 +54,7 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${wsdl.file}</wsdl>
-                                    <extraargs>
-                                        <extraarg>-sn</extraarg>
-                                        <extraarg>SOAPService1</extraarg>
-                                    </extraargs>
-                                </wsdlOption>
-                            </wsdlOptions>
-                        </configuration>
-                        <goals>
-                            <goal>wsdl2java</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>generate-SOAPService2</id>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <wsdlOptions>
-                                <wsdlOption>
-                                    <wsdl>${wsdl.file}</wsdl>
-                                    <extraargs>
-                                        <extraarg>-sn</extraarg>
-                                        <extraarg>SOAPService2</extraarg>
-                                    </extraargs>
-                                </wsdlOption>
-                            </wsdlOptions>
-                        </configuration>
-                        <goals>
-                            <goal>wsdl2java</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>generate-SOAPService3</id>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <wsdlOptions>
-                                <wsdlOption>
-                                    <wsdl>${wsdl.file}</wsdl>
-                                    <extraargs>
-                                        <extraarg>-sn</extraarg>
-                                        <extraarg>SOAPService3</extraarg>
-                                    </extraargs>
+                                    <frontEnd>jaxws21</frontEnd>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_handlers/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_handlers/pom.xml?rev=1417166&r1=1417165&r2=1417166&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_handlers/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_handlers/pom.xml Tue Dec  4 20:55:53 2012
@@ -55,6 +55,7 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${wsdl.file}</wsdl>
+                                    <frontEnd>jaxws21</frontEnd>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_browser_client_simple/pom.xml?rev=1417166&r1=1417165&r2=1417166&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_browser_client_simple/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_browser_client_simple/pom.xml Tue Dec  4 20:55:53 2012
@@ -55,6 +55,7 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${wsdl.file}</wsdl>
+                                    <frontEnd>jaxws21</frontEnd>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_provider/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_provider/pom.xml?rev=1417166&r1=1417165&r2=1417166&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_provider/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/js_provider/pom.xml Tue Dec  4 20:55:53 2012
@@ -68,6 +68,7 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${wsdl.file}</wsdl>
+                                    <frontEnd>jaxws21</frontEnd>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1417166&r1=1417165&r2=1417166&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml Tue Dec  4 20:55:53 2012
@@ -55,6 +55,7 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${basedir}/src/main/resources/hello_world_wssec.wsdl</wsdl>
+                                    <frontEnd>jaxws21</frontEnd>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1417166&r1=1417165&r2=1417166&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Tue Dec  4 20:55:53 2012
@@ -56,6 +56,7 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${basedir}/src/main/config/hello_world.wsdl</wsdl>
+                                    <frontEnd>jaxws21</frontEnd>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>