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/03/23 16:15:26 UTC

svn commit: r1304414 - in /cxf/branches/2.5.x-fixes/distribution/src/main/release/samples: corba/resources/BankWS.wsdl corba/resources/HelloWorld.idl corba/resources/HelloWorld.wsdl corba/resources/bank.idl corba/resources/bank.wsdl pom.xml

Author: dkulp
Date: Fri Mar 23 15:15:25 2012
New Revision: 1304414

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

........
  r1303126 | dkulp | 2012-03-20 16:09:37 -0400 (Tue, 20 Mar 2012) | 2 lines

  Remove unused resources dir and add corba modules to build

........

Removed:
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/corba/resources/BankWS.wsdl
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/corba/resources/HelloWorld.idl
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/corba/resources/HelloWorld.wsdl
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/corba/resources/bank.idl
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/corba/resources/bank.wsdl
Modified:
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml?rev=1304414&r1=1304413&r2=1304414&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml Fri Mar 23 15:15:25 2012
@@ -90,6 +90,9 @@
         <module>logbrowser</module>
         <module>ws_notification</module>
         <module>sts</module>
+        <module>corba/bank</module>
+        <module>corba/bank_ws_addressing</module>
+        <module>corba/hello_world</module>
 
         <!--module>jax_rs/minimal_osgi</module>
         <module>oauth/server</module>
@@ -132,6 +135,7 @@
     </dependencyManagement>
 
     <build>
+        <defaultGoal>install</defaultGoal>
         <pluginManagement>
             <plugins>
                 <plugin>