You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2006/04/24 04:21:47 UTC

svn commit: r396380 - in /geronimo/daytrader/branches/m2standard: ./ daytrader-derby/ daytrader-ear/ daytrader-ejb/ daytrader-streamer/ daytrader-web/ daytrader-wsappclient/ modules/derby/ modules/ear/ modules/ejb/ modules/streamer/ modules/web/ module...

Author: dblevins
Date: Sun Apr 23 19:21:46 2006
New Revision: 396380

URL: http://svn.apache.org/viewcvs?rev=396380&view=rev
Log:
standardized layout

Added:
    geronimo/daytrader/branches/m2standard/daytrader-derby/
      - copied from r396379, geronimo/daytrader/branches/m2standard/modules/derby/
    geronimo/daytrader/branches/m2standard/daytrader-ear/
      - copied from r396379, geronimo/daytrader/branches/m2standard/modules/ear/
    geronimo/daytrader/branches/m2standard/daytrader-ejb/
      - copied from r396379, geronimo/daytrader/branches/m2standard/modules/ejb/
    geronimo/daytrader/branches/m2standard/daytrader-streamer/
      - copied from r396379, geronimo/daytrader/branches/m2standard/modules/streamer/
    geronimo/daytrader/branches/m2standard/daytrader-web/
      - copied from r396379, geronimo/daytrader/branches/m2standard/modules/web/
    geronimo/daytrader/branches/m2standard/daytrader-wsappclient/
      - copied from r396379, geronimo/daytrader/branches/m2standard/modules/wsappclient/
Removed:
    geronimo/daytrader/branches/m2standard/modules/derby/
    geronimo/daytrader/branches/m2standard/modules/ear/
    geronimo/daytrader/branches/m2standard/modules/ejb/
    geronimo/daytrader/branches/m2standard/modules/streamer/
    geronimo/daytrader/branches/m2standard/modules/web/
    geronimo/daytrader/branches/m2standard/modules/wsappclient/
Modified:
    geronimo/daytrader/branches/m2standard/pom.xml

Modified: geronimo/daytrader/branches/m2standard/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/daytrader/branches/m2standard/pom.xml?rev=396380&r1=396379&r2=396380&view=diff
==============================================================================
--- geronimo/daytrader/branches/m2standard/pom.xml (original)
+++ geronimo/daytrader/branches/m2standard/pom.xml Sun Apr 23 19:21:46 2006
@@ -77,11 +77,11 @@
     <url>http://www.apache.org/</url>
   </organization>
   <modules>
-    <module>modules/ejb</module>
-    <module>modules/web</module>
-    <module>modules/streamer</module>
-    <module>modules/wsappclient</module>
-    <module>modules/ear</module>
+    <module>daytrader-ejb</module>
+    <module>daytrader-web</module>
+    <module>daytrader-streamer</module>
+    <module>daytrader-wsappclient</module>
+    <module>daytrader-ear</module>
   </modules>
   <dependencyManagement>
   <dependencies>