You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2012/11/15 21:21:43 UTC

svn commit: r1409977 - in /cxf/fediz/trunk/examples: simpleWebapp/pom.xml wsclientWebapp/pom.xml wsclientWebapp/webapp/pom.xml wsclientWebapp/webservice/common/pom.xml wsclientWebapp/webservice/pom.xml wsclientWebapp/webservice/service/pom.xml

Author: owulff
Date: Thu Nov 15 20:21:30 2012
New Revision: 1409977

URL: http://svn.apache.org/viewvc?rev=1409977&view=rev
Log:
[FEDIZ-31] Fix example package structure

Modified:
    cxf/fediz/trunk/examples/simpleWebapp/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/webservice/common/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/webservice/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml

Modified: cxf/fediz/trunk/examples/simpleWebapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/simpleWebapp/pom.xml?rev=1409977&r1=1409976&r2=1409977&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/simpleWebapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/simpleWebapp/pom.xml Thu Nov 15 20:21:30 2012
@@ -26,7 +26,7 @@
         <version>1.0.3-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.cxf.fediz.examples.simpleWebapp</groupId>
+    <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>simpleWebapp</artifactId>
     <name>Fediz Example: SimpleWebapp</name>
     <packaging>war</packaging>

Modified: cxf/fediz/trunk/examples/wsclientWebapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/pom.xml?rev=1409977&r1=1409976&r2=1409977&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/pom.xml Thu Nov 15 20:21:30 2012
@@ -24,7 +24,7 @@
         <artifactId>examples</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
-    <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
+    <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>
     <name>Fediz Example: WSClientWebapp</name>
     <packaging>pom</packaging>

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml?rev=1409977&r1=1409976&r2=1409977&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml Thu Nov 15 20:21:30 2012
@@ -21,11 +21,12 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
+        <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
-    <artifactId>wsclientWebapp-webapp</artifactId>
+    <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
+    <artifactId>webapp</artifactId>
     <name>Fediz Example: WSClientWebapp (webapp)</name>
     <packaging>war</packaging>
 

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webservice/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/common/pom.xml?rev=1409977&r1=1409976&r2=1409977&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webservice/common/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webservice/common/pom.xml Thu Nov 15 20:21:30 2012
@@ -21,10 +21,11 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
-        <artifactId>wsclientWebapp-webservice</artifactId>
+        <artifactId>webservice</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
-    <artifactId>wsclientWebapp-webservice-common</artifactId>
+    <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
+    <artifactId>common</artifactId>
     <name>Fediz Example: WSClientWebapp (web service common)</name>
     <packaging>jar</packaging>
 

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webservice/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/pom.xml?rev=1409977&r1=1409976&r2=1409977&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webservice/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webservice/pom.xml Thu Nov 15 20:21:30 2012
@@ -20,11 +20,12 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
+        <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
-    <artifactId>wsclientWebapp-webservice</artifactId>
+    <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
+    <artifactId>webservice</artifactId>
     <name>Fediz Example: WSClientWebapp (web service)</name>
     <packaging>pom</packaging>
 

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml?rev=1409977&r1=1409976&r2=1409977&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml Thu Nov 15 20:21:30 2012
@@ -21,10 +21,11 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
-        <artifactId>wsclientWebapp-webservice</artifactId>
+        <artifactId>webservice</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
-    <artifactId>wsclientWebapp-webservice-war</artifactId>
+    <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
+    <artifactId>fedizservice</artifactId>
     <name>Fediz Example: WSClientWebapp (web service WAR)</name>
     <packaging>war</packaging>