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 2010/01/18 20:32:21 UTC

svn commit: r900522 - in /geronimo/sandbox/jbohn/daytrader-bp-new: assemblies/web/daytrader-eba-jdbc/pom.xml assemblies/web/daytrader-eba-jdbc/src/main/resources/META-INF/APPLICATION.MF modules/daytrader-persist-jdbc/pom.xml modules/daytrader-util/pom.xml

Author: jbohn
Date: Mon Jan 18 19:32:21 2010
New Revision: 900522

URL: http://svn.apache.org/viewvc?rev=900522&view=rev
Log:
remove entities references from jdbc assembly

Modified:
    geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/pom.xml
    geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/src/main/resources/META-INF/APPLICATION.MF
    geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-persist-jdbc/pom.xml
    geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/pom.xml?rev=900522&r1=900521&r2=900522&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/pom.xml Mon Jan 18 19:32:21 2010
@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.daytrader.modules</groupId>
-            <artifactId>daytrader-entities</artifactId>
+            <artifactId>daytrader-beans</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -96,7 +96,7 @@
                             </artifactItem>
                             <artifactItem>
                               <groupId>org.apache.geronimo.daytrader.modules</groupId>
-                              <artifactId>daytrader-entities</artifactId>
+                              <artifactId>daytrader-beans</artifactId>
                               <outputDirectory>${project.build.directory}/eba-jars</outputDirectory>
                             </artifactItem>
                             <artifactItem>

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/src/main/resources/META-INF/APPLICATION.MF
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/src/main/resources/META-INF/APPLICATION.MF?rev=900522&r1=900521&r2=900522&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/src/main/resources/META-INF/APPLICATION.MF (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/assemblies/web/daytrader-eba-jdbc/src/main/resources/META-INF/APPLICATION.MF Mon Jan 18 19:32:21 2010
@@ -4,7 +4,7 @@
 Application-SymbolicName: daytrader.eba
 Application-Version: 1.0
 Application-Content: org.apache.geronimo.daytrader.modules.daytrader-util;version=1.0.0,
- org.apache.geronimo.daytrader.modules.daytrader-entities;version=1.0.0,
+ org.apache.geronimo.daytrader.modules.daytrader-beans;version=1.0.0,
  org.apache.geronimo.daytrader.modules.daytrader-core;version=1.0.0,
  org.apache.geronimo.daytrader.modules.daytrader-persist-jdbc;version=1.0.0,
  org.apache.geronimo.daytrader.modules.daytrader-web;version=1.0.0

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-persist-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-persist-jdbc/pom.xml?rev=900522&r1=900521&r2=900522&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-persist-jdbc/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-persist-jdbc/pom.xml Mon Jan 18 19:32:21 2010
@@ -49,13 +49,6 @@
             <version>${pom.version}</version>
             <scope>provided</scope>
         </dependency>
-<!--
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_1.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
--->
     </dependencies>
 
     <build>

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml?rev=900522&r1=900521&r2=900522&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-util/pom.xml Mon Jan 18 19:32:21 2010
@@ -36,11 +36,6 @@
             <artifactId>commons-logging</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>