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/11/06 22:08:20 UTC

svn commit: r1406333 - in /cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml: pom.xml src/main/resources/ src/main/resources/wsdl/ src/main/resources/wsdl/hello_world.wsdl wsdl/hello_world.wsdl

Author: dkulp
Date: Tue Nov  6 21:08:19 2012
New Revision: 1406333

URL: http://svn.apache.org/viewvc?rev=1406333&view=rev
Log:
Move wsdl into resources dir

Added:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/src/main/resources/
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/src/main/resources/wsdl/
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/src/main/resources/wsdl/hello_world.wsdl
      - copied, changed from r1406332, cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/wsdl/hello_world.wsdl
Removed:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/wsdl/hello_world.wsdl
Modified:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml?rev=1406333&r1=1406332&r2=1406333&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml Tue Nov  6 21:08:19 2012
@@ -54,7 +54,7 @@
                                 <wsdlOption>
                                     <frontEnd>jaxws21</frontEnd>
                                     <faultSerialVersionUID>1</faultSerialVersionUID>
-                                    <wsdl>${basedir}/wsdl/hello_world.wsdl</wsdl>
+                                    <wsdl>${basedir}/src/main/resources/wsdl/hello_world.wsdl</wsdl>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>
@@ -84,7 +84,7 @@
                                 <configuration>
                                     <mainClass>demo.hw.server.Server</mainClass>
                                     <arguments>
-                                        <argument>${basedir}/wsdl/hello_world.wsdl</argument>
+                                        <argument>${basedir}/src/main/resources/wsdl/hello_world.wsdl</argument>
                                     </arguments>
                                 </configuration>
                             </execution>
@@ -110,7 +110,7 @@
                                 <configuration>
                                     <mainClass>demo.hw.client.Client</mainClass>
                                     <arguments>
-                                        <argument>${basedir}/wsdl/hello_world.wsdl</argument>
+                                        <argument>${basedir}/src/main/resources/wsdl/hello_world.wsdl</argument>
                                     </arguments>
                                 </configuration>
                             </execution>

Copied: cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/src/main/resources/wsdl/hello_world.wsdl (from r1406332, cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/wsdl/hello_world.wsdl)
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/src/main/resources/wsdl/hello_world.wsdl?p2=cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/src/main/resources/wsdl/hello_world.wsdl&p1=cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/wsdl/hello_world.wsdl&r1=1406332&r2=1406333&rev=1406333&view=diff
==============================================================================
    (empty)