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

svn commit: r662471 - in /geronimo/samples/branches/2.1/samples: CustomerService/ SampleDatasource/ customer-service/ pom.xml sample-datasource/

Author: jbohn
Date: Mon Jun  2 09:05:21 2008
New Revision: 662471

URL: http://svn.apache.org/viewvc?rev=662471&view=rev
Log:
changes to match 661872 from trunk - naming conventions 1

Added:
    geronimo/samples/branches/2.1/samples/customer-service/
      - copied from r662469, geronimo/samples/branches/2.1/samples/CustomerService/
    geronimo/samples/branches/2.1/samples/sample-datasource/
      - copied from r662469, geronimo/samples/branches/2.1/samples/SampleDatasource/
Removed:
    geronimo/samples/branches/2.1/samples/CustomerService/
    geronimo/samples/branches/2.1/samples/SampleDatasource/
Modified:
    geronimo/samples/branches/2.1/samples/pom.xml

Modified: geronimo/samples/branches/2.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/pom.xml?rev=662471&r1=662470&r2=662471&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/pom.xml Mon Jun  2 09:05:21 2008
@@ -52,8 +52,8 @@
     </properties>
 
     <modules>
-        <module>SampleDatasource</module>
-        <module>CustomerService</module>
+        <module>sample-datasource</module>
+        <module>customer-service</module>
         <module>bank</module>
         <module>calculator-stateless-pojo</module>
         <module>dbtester</module>