Author: gertv
Date: Fri Nov 25 22:39:20 2011
New Revision: 1206364
URL: http://svn.apache.org/viewvc?rev=1206364&view=rev
Log:
SMX4-981: Reorganize examples by technology (fix what you break ;))
Modified:
servicemix/smx4/features/trunk/examples/cxf/cxf-jaxrs/pom.xml
servicemix/smx4/features/trunk/examples/cxf/cxf-osgi/pom.xml
servicemix/smx4/features/trunk/examples/cxf/cxf-ws-addressing/pom.xml
servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml
servicemix/smx4/features/trunk/examples/cxf/cxf-ws-security-osgi/pom.xml
servicemix/smx4/features/trunk/examples/jbi/bridge-camel/pom.xml
servicemix/smx4/features/trunk/examples/jbi/bridge/pom.xml
servicemix/smx4/features/trunk/examples/jbi/camel/pom.xml
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/pom.xml
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first/pom.xml
servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml
servicemix/smx4/features/trunk/examples/nmr/camel-nmr-blueprint/pom.xml
servicemix/smx4/features/trunk/examples/nmr/camel-nmr/pom.xml
servicemix/smx4/features/trunk/examples/nmr/cxf-camel-nmr/pom.xml
servicemix/smx4/features/trunk/examples/nmr/cxf-nmr/pom.xml
servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml
servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml
servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml
servicemix/smx4/features/trunk/itests/pom.xml
servicemix/smx4/features/trunk/itests/test-commons/pom.xml
servicemix/smx4/features/trunk/itests/tests/pom.xml
Modified: servicemix/smx4/features/trunk/examples/cxf/cxf-jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf/cxf-jaxrs/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf/cxf-jaxrs/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf/cxf-jaxrs/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>cxf</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/cxf/cxf-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf/cxf-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf/cxf-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf/cxf-osgi/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>cxf</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/cxf/cxf-ws-addressing/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf/cxf-ws-addressing/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf/cxf-ws-addressing/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/cxf/cxf-ws-addressing/pom.xml Fri
Nov 25 22:39:20 2011
@@ -61,7 +61,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>cxf</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>cxf</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified:
servicemix/smx4/features/trunk/examples/cxf/cxf-ws-security-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf/cxf-ws-security-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf/cxf-ws-security-osgi/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/cxf/cxf-ws-security-osgi/pom.xml
Fri Nov 25 22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>cxf</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/jbi/bridge-camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/bridge-camel/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/jbi/bridge-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/jbi/bridge-camel/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>jbi</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/jbi/bridge/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/bridge/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/jbi/bridge/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/jbi/bridge/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>jbi</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/jbi/camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/camel/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/jbi/camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/jbi/camel/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>jbi</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified:
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first-osgi-package/pom.xml
Fri Nov 25 22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>jbi</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/jbi/cxf-wsdl-first/pom.xml Fri Nov
25 22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>jbi</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
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=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/basic/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>nmr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified:
servicemix/smx4/features/trunk/examples/nmr/camel-nmr-blueprint/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/camel-nmr-blueprint/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/camel-nmr-blueprint/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/nmr/camel-nmr-blueprint/pom.xml Fri
Nov 25 22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>nmr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/nmr/camel-nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/camel-nmr/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/camel-nmr/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>nmr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/nmr/cxf-camel-nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/cxf-camel-nmr/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/cxf-camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/cxf-camel-nmr/pom.xml Fri Nov
25 22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>nmr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/examples/nmr/cxf-nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/nmr/cxf-nmr/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/cxf-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/cxf-nmr/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>nmr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
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=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/nmr/interceptors/pom.xml Fri Nov 25
22:39:20 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
- <artifactId>examples</artifactId>
+ <artifactId>nmr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml Fri Nov 25
22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml Fri Nov 25
22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml Fri Nov 25
22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml Fri Nov 25
22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml Fri Nov 25
22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml
(original)
+++ servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml Fri Nov
25 22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml
(original)
+++ servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml Fri Nov
25 22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/pom.xml Fri Nov 25 22:39:20 2011
@@ -28,7 +28,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <artifactId>org.apache.servicemix.itests</artifactId>
+ <artifactId>itests</artifactId>
<packaging>pom</packaging>
<name>Apache ServiceMix :: Features :: Integration Tests</name>
Modified: servicemix/smx4/features/trunk/itests/test-commons/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/test-commons/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/test-commons/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/test-commons/pom.xml Fri Nov 25
22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
Modified: servicemix/smx4/features/trunk/itests/tests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/tests/pom.xml?rev=1206364&r1=1206363&r2=1206364&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/tests/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/tests/pom.xml Fri Nov 25 22:39:20 2011
@@ -22,8 +22,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.examples</groupId>
- <artifactId>org.apache.servicemix.examples.itests</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>