You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/05/30 23:31:18 UTC

svn commit: r661881 - in /geronimo/samples/trunk/samples/customer-service: ./ CustomerService-ear/ CustomerService-ejb/ CustomerService-jetty/ CustomerService-tomcat/ CustomerService-war/ customer-service-ear/ customer-service-ejb/ customer-service-jet...

Author: djencks
Date: Fri May 30 14:31:17 2008
New Revision: 661881

URL: http://svn.apache.org/viewvc?rev=661881&view=rev
Log:
naming conventions 2

Added:
    geronimo/samples/trunk/samples/customer-service/customer-service-ear/
      - copied from r661872, geronimo/samples/trunk/samples/customer-service/CustomerService-ear/
    geronimo/samples/trunk/samples/customer-service/customer-service-ejb/
      - copied from r661872, geronimo/samples/trunk/samples/customer-service/CustomerService-ejb/
    geronimo/samples/trunk/samples/customer-service/customer-service-jetty/
      - copied from r661872, geronimo/samples/trunk/samples/customer-service/CustomerService-jetty/
    geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/
      - copied from r661872, geronimo/samples/trunk/samples/customer-service/CustomerService-tomcat/
    geronimo/samples/trunk/samples/customer-service/customer-service-war/
      - copied from r661872, geronimo/samples/trunk/samples/customer-service/CustomerService-war/
Removed:
    geronimo/samples/trunk/samples/customer-service/CustomerService-ear/
    geronimo/samples/trunk/samples/customer-service/CustomerService-ejb/
    geronimo/samples/trunk/samples/customer-service/CustomerService-jetty/
    geronimo/samples/trunk/samples/customer-service/CustomerService-tomcat/
    geronimo/samples/trunk/samples/customer-service/CustomerService-war/
Modified:
    geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml
    geronimo/samples/trunk/samples/customer-service/pom.xml

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml?rev=661881&r1=661872&r2=661881&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-ear/pom.xml Fri May 30 14:31:17 2008
@@ -26,11 +26,11 @@
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
-        <artifactId>CustomerService</artifactId>
+        <artifactId>customer-service</artifactId>
         <version>2.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>CustomerService-ear</artifactId>
+    <artifactId>customer-service-ear</artifactId>
     <name>Geronimo Samples :: CustomerService :: EAR</name>
     <packaging>ear</packaging>
 
@@ -39,14 +39,14 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>CustomerService-war</artifactId>
+            <artifactId>customer-service-war</artifactId>
             <version>${version}</version>
             <type>war</type>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>CustomerService-ejb</artifactId>
+            <artifactId>customer-service-ejb</artifactId>
             <version>${version}</version>
             <type>ejb</type>
         </dependency>
@@ -63,15 +63,15 @@
                     <modules>
                       <ejbModule>
                             <groupId>org.apache.geronimo.samples</groupId>
-                            <artifactId>CustomerService-ejb</artifactId>
-                            <bundleFileName>CustomerService-ejb-${version}.jar</bundleFileName>
+                            <artifactId>customer-service-ejb</artifactId>
+                            <bundleFileName>customer-service-ejb-${version}.jar</bundleFileName>
                         </ejbModule>
 
                         <webModule>
                             <groupId>org.apache.geronimo.samples</groupId>
-                            <artifactId>CustomerService-war</artifactId>
+                            <artifactId>customer-service-war</artifactId>
                             <contextRoot>/service</contextRoot>
-                            <bundleFileName>CustomerService-war-${version}.war</bundleFileName>
+                            <bundleFileName>customer-service-war-${version}.war</bundleFileName>
                         </webModule>
                     </modules>
                 </configuration>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml?rev=661881&r1=661872&r2=661881&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-ejb/pom.xml Fri May 30 14:31:17 2008
@@ -26,11 +26,11 @@
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
-        <artifactId>CustomerService</artifactId>
+        <artifactId>customer-service</artifactId>
         <version>2.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>CustomerService-ejb</artifactId>
+    <artifactId>customer-service-ejb</artifactId>
     <name>Geronimo Samples :: CustomerService :: EJB</name>
     <packaging>jar</packaging>
 

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml?rev=661881&r1=661872&r2=661881&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml Fri May 30 14:31:17 2008
@@ -26,12 +26,12 @@
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
-        <artifactId>CustomerService</artifactId>
+        <artifactId>customer-service</artifactId>
         <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>
-    <artifactId>CustomerService-jetty</artifactId>
+    <artifactId>customer-service-jetty</artifactId>
     <name>Geronimo Samples :: CustomerService Plugin for Jetty</name>
     <packaging>car</packaging>
 
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>CustomerService-ear</artifactId>
+            <artifactId>customer-service-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
             <scope>provided</scope>
@@ -139,7 +139,7 @@
                     </deploymentConfigs>
                     <module>
                         <groupId>org.apache.geronimo.samples</groupId>
-                        <artifactId>CustomerService-ear</artifactId>
+                        <artifactId>customer-service-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>
                     </module>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml?rev=661881&r1=661872&r2=661881&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml Fri May 30 14:31:17 2008
@@ -26,12 +26,12 @@
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
-        <artifactId>CustomerService</artifactId>
+        <artifactId>customer-service</artifactId>
         <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>
-    <artifactId>CustomerService-tomcat</artifactId>
+    <artifactId>customer-service-tomcat</artifactId>
     <name>Geronimo Samples :: CustomerService Plugin for Tomcat</name>
     <packaging>car</packaging>
 
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>CustomerService-ear</artifactId>
+            <artifactId>customer-service-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
             <scope>provided</scope>
@@ -141,7 +141,7 @@
                     </deploymentConfigs>
                     <module>
                         <groupId>org.apache.geronimo.samples</groupId>
-                        <artifactId>CustomerService-ear</artifactId>
+                        <artifactId>customer-service-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>
                     </module>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml?rev=661881&r1=661872&r2=661881&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-war/pom.xml Fri May 30 14:31:17 2008
@@ -26,11 +26,11 @@
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
-        <artifactId>CustomerService</artifactId>
+        <artifactId>customer-service</artifactId>
         <version>2.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>CustomerService-war</artifactId>
+    <artifactId>customer-service-war</artifactId>
     <name>Geronimo Samples :: CustomerService :: WAR</name>
     <packaging>war</packaging>
 
@@ -39,7 +39,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>CustomerService-ejb</artifactId>
+            <artifactId>customer-service-ejb</artifactId>
             <version>${version}</version>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/samples/trunk/samples/customer-service/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/pom.xml?rev=661881&r1=661880&r2=661881&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/pom.xml Fri May 30 14:31:17 2008
@@ -30,7 +30,7 @@
         <version>2.2-SNAPSHOT</version>
     </parent>
     
-    <artifactId>CustomerService</artifactId>
+    <artifactId>customer-service</artifactId>
     <name>Geronimo Samples :: CustomerService</name>
     <packaging>pom</packaging>
     
@@ -39,11 +39,11 @@
     </description>
     
    <modules>
-        <module>CustomerService-ejb</module>
-        <module>CustomerService-war</module>
-        <module>CustomerService-ear</module>
-        <module>CustomerService-jetty</module>
-        <module>CustomerService-tomcat</module>
+        <module>customer-service-ejb</module>
+        <module>customer-service-war</module>
+        <module>customer-service-ear</module>
+        <module>customer-service-jetty</module>
+        <module>customer-service-tomcat</module>
    </modules>
 
    <dependencies>