Author: davidb
Date: Wed Feb 4 16:43:26 2009
New Revision: 740786
URL: http://svn.apache.org/viewvc?rev=740786&view=rev
Log:
Changed the group id for the dosgi modules to org.apache.cxf.dosgi
Modified:
cxf/dosgi/trunk/discovery/local/pom.xml
cxf/dosgi/trunk/discovery/pom.xml
cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
cxf/dosgi/trunk/distribution/pom.xml
cxf/dosgi/trunk/distribution/single-bundle/pom.xml
cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
cxf/dosgi/trunk/dsw/pom.xml
cxf/dosgi/trunk/felix/pom.xml
cxf/dosgi/trunk/felix/profiles/pom.xml
cxf/dosgi/trunk/felix/shell.tui/pom.xml
cxf/dosgi/trunk/parent/pom.xml
cxf/dosgi/trunk/pom.xml
cxf/dosgi/trunk/samples/greeter/client/pom.xml
cxf/dosgi/trunk/samples/greeter/impl/pom.xml
cxf/dosgi/trunk/samples/greeter/interface/pom.xml
cxf/dosgi/trunk/samples/greeter/pom.xml
cxf/dosgi/trunk/samples/pom.xml
cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
cxf/dosgi/trunk/samples/spring_dm/pom.xml
cxf/dosgi/trunk/systests/common/pom.xml
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java
cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml
cxf/dosgi/trunk/systests/pom.xml
cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml
Modified: cxf/dosgi/trunk/discovery/local/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/local/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,14 +20,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-discovery-local</artifactId>
<packaging>bundle</packaging>
<name>CXF Distributed OSGI Local Discovery Service Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/discovery/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,14 +20,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-discovery</artifactId>
<packaging>pom</packaging>
<name>Distributed OSGI Discovery Service Modules</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,7 +20,7 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-multibundle-distribution</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -28,7 +28,7 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -193,12 +193,12 @@
<version>${cxf.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-discovery-local</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/dosgi/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,7 +19,7 @@
under the License.
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -27,7 +27,7 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/distribution/single-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,7 +20,7 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-singlebundle-distribution</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
@@ -28,7 +28,7 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -193,12 +193,12 @@
<version>${cxf.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-discovery-local</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
<packaging>bundle</packaging>
<name>CXF Distribution Software Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
@@ -44,9 +44,9 @@
<dependencies>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-bundle-minimal</artifactId>
- <version>${cxf.version}</version>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-bundle-minimal</artifactId>
+ <version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Modified: cxf/dosgi/trunk/dsw/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/pom.xml Wed Feb 4 16:43:26 2009
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -10,7 +10,7 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/felix/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/pom.xml (original)
+++ cxf/dosgi/trunk/felix/pom.xml Wed Feb 4 16:43:26 2009
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-felix</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -8,7 +8,7 @@
<name>CXF Distributed OSGi Temporary Private Felix Framework Build</name>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/felix/profiles/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/profiles/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/profiles/pom.xml (original)
+++ cxf/dosgi/trunk/felix/profiles/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-felix-profiles</artifactId>
<packaging>jar</packaging>
<name>CXF Distributed OSGi Felix Profiles</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/felix/shell.tui/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/shell.tui/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/shell.tui/pom.xml (original)
+++ cxf/dosgi/trunk/felix/shell.tui/pom.xml Wed Feb 4 16:43:26 2009
@@ -22,12 +22,12 @@
<packaging>bundle</packaging>
<name>CXF Distributed OSGi Temporary Private Apache Felix Shell TUI
Build</name>
<description>A simple textual user interface for Felix' shell
service.</description>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.shell.tui</artifactId>
+ <groupId>org.apache.cxf.dosgi</groupId>
+ <artifactId>felix-shell-extension</artifactId>
<version>1.1.0-cxf_dosgi-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Wed Feb 4 16:43:26 2009
@@ -1,13 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: cxf/dosgi/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/pom.xml (original)
+++ cxf/dosgi/trunk/pom.xml Wed Feb 4 16:43:26 2009
@@ -18,7 +18,7 @@
under the License.
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri</artifactId>
<version>1.0-SNAPSHOT</version>
Modified: cxf/dosgi/trunk/samples/greeter/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/client/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/client/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-client</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Greeter Bundle Client</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
@@ -44,7 +44,7 @@
<version>${cxf.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/dosgi/trunk/samples/greeter/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/impl/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/impl/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-impl</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Greeter Implementation Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
@@ -44,7 +44,7 @@
<version>1.2.0</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/dosgi/trunk/samples/greeter/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/interface/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/interface/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Greeter Interface Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/samples/greeter/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,14 +20,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-bundles-greeter</artifactId>
<packaging>pom</packaging>
<name>Distributed OSGI Greeter Bundles</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/pom.xml (original)
+++ cxf/dosgi/trunk/samples/pom.xml Wed Feb 4 16:43:26 2009
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -10,7 +10,7 @@
<url>http://cxf.apache.org/</url>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/client/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/client/pom.xml Wed Feb 4 16:43:26 2009
@@ -18,21 +18,21 @@
under the License.
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-client</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Spring-DM Sample Client Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml Wed Feb 4 16:43:26 2009
@@ -18,21 +18,21 @@
under the License.
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-impl</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Spring-DM Sample Implementation Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Spring-DM Sample Interface Bundle</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Modified: cxf/dosgi/trunk/samples/spring_dm/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,14 +20,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
<packaging>pom</packaging>
<name>Distributed OSGI Spring-DM Sample</name>
<version>1.0-SNAPSHOT</version>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/systests/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/common/pom.xml (original)
+++ cxf/dosgi/trunk/systests/common/pom.xml Wed Feb 4 16:43:26 2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests-common</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Distributed OSGI RI System Test Common Classes</name>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
@@ -62,19 +62,19 @@
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-samples-greeter-client</artifactId>
<version>${project.version}</version>
</dependency>
Modified:
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
---
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java
(original)
+++
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractBasicPublishHookTest.java
Wed Feb 4 16:43:26 2009
@@ -39,8 +39,8 @@
@Override
protected String[] getTestBundlesNames() {
return new String [] {
- getBundle("org.apache.cxf", "cxf-dosgi-ri-systests-common"),
- getBundle("org.apache.cxf",
"cxf-dosgi-ri-samples-greeter-interface")};
+ getBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-systests-common"),
+ getBundle("org.apache.cxf.dosgi",
"cxf-dosgi-ri-samples-greeter-interface")};
}
public void testBasicInvocation() throws Exception {
@@ -62,7 +62,7 @@
ClassLoader contextLoader =
Thread.currentThread().getContextClassLoader();
Thread.currentThread().setContextClassLoader(ClientProxyFactoryBean.class.getClassLoader());
- installBundle("org.apache.cxf", "cxf-dosgi-ri-samples-greeter-impl",
null, "jar");
+ installBundle("org.apache.cxf.dosgi",
"cxf-dosgi-ri-samples-greeter-impl", null, "jar");
// TODO : get this address using a DistributionProvider interface
String address = "http://localhost:9090/greeter";
Modified:
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
---
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java
(original)
+++
cxf/dosgi/trunk/systests/common/src/main/java/org/apache/cxf/dosgi/systests/common/AbstractListenerHookServiceListenerTest.java
Wed Feb 4 16:43:26 2009
@@ -44,8 +44,8 @@
@Override
protected String[] getTestBundlesNames() {
return new String [] {
- getBundle("org.apache.cxf", "cxf-dosgi-ri-systests-common"),
- getBundle("org.apache.cxf",
"cxf-dosgi-ri-samples-greeter-interface")};
+ getBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-systests-common"),
+ getBundle("org.apache.cxf.dosgi",
"cxf-dosgi-ri-samples-greeter-interface")};
}
@Override
@@ -93,7 +93,7 @@
Thread.sleep(2000);
// now install dsw
- installBundle("org.apache.cxf", "cxf-dosgi-ri-dsw-cxf", null,
"jar");
+ installBundle("org.apache.cxf.dosgi", "cxf-dosgi-ri-dsw-cxf",
null, "jar");
verifyGreeterResponse();
} finally {
if (tracker != null) {
Modified: cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml (original)
+++ cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml Wed Feb 4 16:43:26
2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests-multibundle-distro</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Distributed OSGI RI System Test using Multi Bundle Distro</name>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -38,7 +38,7 @@
<dependencies>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests-common</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -74,7 +74,7 @@
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
<version>${project.version}</version>
<exclusions>
Modified: cxf/dosgi/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/pom.xml (original)
+++ cxf/dosgi/trunk/systests/pom.xml Wed Feb 4 16:43:26 2009
@@ -20,14 +20,14 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Distributed OSGI RI System Tests</name>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Modified: cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml?rev=740786&r1=740785&r2=740786&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml (original)
+++ cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml Wed Feb 4 16:43:26
2009
@@ -19,14 +19,14 @@
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests-singlebundle-distro</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Distributed OSGI RI System Test using Single Bundle Distro</name>
<parent>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -38,7 +38,7 @@
<dependencies>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-systests-common</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -74,7 +74,7 @@
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-singlebundle-distribution</artifactId>
<version>${project.version}</version>
<exclusions>