You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/11/25 10:29:24 UTC

svn commit: r1206092 - in /servicemix/smx4/features/trunk/examples: ./ jbi/ jbi/cluster/ nmr/ nmr/basic/ nmr/basic/client/ nmr/basic/endpoint/ nmr/interceptors/ nmr/interceptors/endpoint/ nmr/interceptors/exchange/

Author: gertv
Date: Fri Nov 25 09:29:23 2011
New Revision: 1206092

URL: http://svn.apache.org/viewvc?rev=1206092&view=rev
Log:
SMX4-981: Move NMR examples into the features codebase

Added:
    servicemix/smx4/features/trunk/examples/jbi/
    servicemix/smx4/features/trunk/examples/jbi/cluster/
      - copied from r1205748, servicemix/smx4/nmr/trunk/examples/cluster/
    servicemix/smx4/features/trunk/examples/nmr/
    servicemix/smx4/features/trunk/examples/nmr/basic/
      - copied from r1205748, servicemix/smx4/nmr/trunk/examples/nmr/
    servicemix/smx4/features/trunk/examples/nmr/interceptors/
      - copied from r1205748, servicemix/smx4/nmr/trunk/examples/interceptors/
Modified:
    servicemix/smx4/features/trunk/examples/nmr/basic/client/pom.xml
    servicemix/smx4/features/trunk/examples/nmr/basic/endpoint/pom.xml
    servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml
    servicemix/smx4/features/trunk/examples/nmr/interceptors/endpoint/pom.xml
    servicemix/smx4/features/trunk/examples/nmr/interceptors/exchange/pom.xml
    servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml
    servicemix/smx4/features/trunk/examples/pom.xml

Modified: servicemix/smx4/features/trunk/examples/nmr/basic/client/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/basic/client/pom.xml?rev=1206092&r1=1205748&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/basic/client/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/basic/client/pom.xml Fri Nov 25 09:29:23 2011
@@ -22,15 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.nmr.examples</groupId>
-        <artifactId>org.apache.servicemix.nmr.examples.nmr</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.examples</groupId>
+        <artifactId>org.apache.servicemix.examples.nmr</artifactId>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.nmr.examples</groupId>
-    <artifactId>org.apache.servicemix.nmr.examples.nmr.client</artifactId>
+    <groupId>org.apache.servicemix.examples</groupId>
+    <artifactId>org.apache.servicemix.examples.nmr.client</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: NMR :: Examples :: Endpoint and Client :: Client</name>
+    <name>Apache ServiceMix :: Examples :: NMR :: Endpoint and Client :: Client</name>
 
     <description>Example bundle for registering and interacting with the NMR as a client</description>
   

Modified: servicemix/smx4/features/trunk/examples/nmr/basic/endpoint/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/basic/endpoint/pom.xml?rev=1206092&r1=1205748&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/basic/endpoint/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/basic/endpoint/pom.xml Fri Nov 25 09:29:23 2011
@@ -22,15 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.nmr.examples</groupId>
-        <artifactId>org.apache.servicemix.nmr.examples.nmr</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.examples</groupId>
+        <artifactId>org.apache.servicemix.examples.nmr</artifactId>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.nmr.examples</groupId>
-    <artifactId>org.apache.servicemix.nmr.examples.nmr.endpoint</artifactId>
+    <groupId>org.apache.servicemix.examples</groupId>
+    <artifactId>org.apache.servicemix.examples.nmr.endpoint</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: NMR :: Examples :: Endpoint and Client :: Endpoint</name>
+    <name>Apache ServiceMix :: Examples :: NMR :: Endpoint and Client :: Endpoint</name>
 
     <description>Example bundle for registering and implementing a new NMR endpoint</description>
 

Modified: servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml?rev=1206092&r1=1205748&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml Fri Nov 25 09:29:23 2011
@@ -22,15 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.nmr.examples</groupId>
+        <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.nmr.examples</groupId>
-    <artifactId>org.apache.servicemix.nmr.examples.nmr</artifactId>
+    <groupId>org.apache.servicemix.examples</groupId>
+    <artifactId>org.apache.servicemix.examples.nmr</artifactId>
     <packaging>pom</packaging>
-    <name>Apache ServiceMix :: NMR :: Examples :: Endpoint and Client</name>
+    <name>Apache ServiceMix :: Examples :: NMR :: Endpoint and Client</name>
 
     <modules>
         <module>endpoint</module>

Modified: servicemix/smx4/features/trunk/examples/nmr/interceptors/endpoint/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/interceptors/endpoint/pom.xml?rev=1206092&r1=1205748&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/interceptors/endpoint/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/interceptors/endpoint/pom.xml Fri Nov 25 09:29:23 2011
@@ -22,15 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.nmr.examples</groupId>
-        <artifactId>org.apache.servicemix.nmr.examples.interceptors</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.examples</groupId>
+        <artifactId>org.apache.servicemix.examples.interceptors</artifactId>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.nmr.examples.interceptors</groupId>
+    <groupId>org.apache.servicemix.examples.interceptors</groupId>
     <artifactId>endpoint</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: NMR :: Examples :: Interceptors :: Endpoint Listener</name>
+    <name>Apache ServiceMix :: Examples :: NMR :: Interceptors :: Endpoint Listener</name>
 
     <description>Example for using NMR EndpointListener interface</description>
 

Modified: servicemix/smx4/features/trunk/examples/nmr/interceptors/exchange/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/interceptors/exchange/pom.xml?rev=1206092&r1=1205748&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/interceptors/exchange/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/interceptors/exchange/pom.xml Fri Nov 25 09:29:23 2011
@@ -22,15 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.nmr.examples</groupId>
-        <artifactId>org.apache.servicemix.nmr.examples.interceptors</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.examples</groupId>
+        <artifactId>org.apache.servicemix.examples.interceptors</artifactId>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.nmr.examples.interceptors</groupId>
+    <groupId>org.apache.servicemix.examples.interceptors</groupId>
     <artifactId>exchange</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: NMR :: Examples :: Interceptors :: Exchange Listener</name>
+    <name>Apache ServiceMix :: Examples :: NMR :: Interceptors :: Exchange Listener</name>
 
     <description>Example for using NMR ExchangeListener interface</description>
 

Modified: servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml?rev=1206092&r1=1205748&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml Fri Nov 25 09:29:23 2011
@@ -22,15 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.nmr.examples</groupId>
+        <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.nmr.examples</groupId>
-    <artifactId>org.apache.servicemix.nmr.examples.interceptors</artifactId>
+    <groupId>org.apache.servicemix.examples</groupId>
+    <artifactId>org.apache.servicemix.examples.interceptors</artifactId>
     <packaging>pom</packaging>
-    <name>Apache Servicemix :: NMR :: Examples :: Interceptors</name>
+    <name>Apache Servicemix :: Examples :: NMR :: Interceptors</name>
 
     <modules>
         <module>exchange</module>

Modified: servicemix/smx4/features/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/pom.xml?rev=1206092&r1=1206091&r2=1206092&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/pom.xml Fri Nov 25 09:29:23 2011
@@ -52,6 +52,11 @@
         <module>cxf-wsdl-first-osgi-package</module>
         <module>cxf-ws-security-osgi</module>
         <module>cxf-ws-rm</module>
+
+        <!-- NMR examples -->        
+        <module>nmr/interceptors</module>
+        <module>nmr/basic</module>
+
         <module>itests</module>
     </modules>