You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/11/08 19:03:12 UTC

svn commit: r472565 - in /incubator/openejb/trunk/openejb2: itests/ itests/openejb-itests-core/ itests/openejb-itests-core/pom.xml itests/openejb-itests-core/src/main/ itests/openejb-itests-core/src/test/ itests/pom.xml modules/openejb-itests/

Author: dblevins
Date: Wed Nov  8 10:03:11 2006
New Revision: 472565

URL: http://svn.apache.org/viewvc?view=rev&rev=472565
Log:
moving itests into it's own dir

Added:
    incubator/openejb/trunk/openejb2/itests/
    incubator/openejb/trunk/openejb2/itests/openejb-itests-core/
      - copied from r472316, incubator/openejb/trunk/openejb2/modules/openejb-itests/
    incubator/openejb/trunk/openejb2/itests/openejb-itests-core/pom.xml
      - copied, changed from r471558, incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml
    incubator/openejb/trunk/openejb2/itests/openejb-itests-core/src/main/
    incubator/openejb/trunk/openejb2/itests/openejb-itests-core/src/test/
    incubator/openejb/trunk/openejb2/itests/pom.xml
      - copied, changed from r472316, incubator/openejb/trunk/openejb2/modules/pom.xml
Removed:
    incubator/openejb/trunk/openejb2/modules/openejb-itests/

Copied: incubator/openejb/trunk/openejb2/itests/openejb-itests-core/pom.xml (from r471558, incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/itests/openejb-itests-core/pom.xml?view=diff&rev=472565&p1=incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml&r1=471558&p2=incubator/openejb/trunk/openejb2/itests/openejb-itests-core/pom.xml&r2=472565
==============================================================================
--- incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml (original)
+++ incubator/openejb/trunk/openejb2/itests/openejb-itests-core/pom.xml Wed Nov  8 10:03:11 2006
@@ -3,22 +3,21 @@
   <parent>
     <artifactId>itests</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>3.0-incubating-SNAPSHOT</version>
+    <version>2.2-incubating-SNAPSHOT</version>
     </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>openejb-itests-beans</artifactId>
+  <artifactId>openejb-itests-core</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests Beans</name>
+  <name>OpenEJB :: iTests :: Core</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-ejb_3.0_spec</artifactId>
+      <artifactId>geronimo-ejb_2.1_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
-      <scope>compile</scope>
     </dependency>
   </dependencies>
 </project>

Copied: incubator/openejb/trunk/openejb2/itests/pom.xml (from r472316, incubator/openejb/trunk/openejb2/modules/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/itests/pom.xml?view=diff&rev=472565&p1=incubator/openejb/trunk/openejb2/modules/pom.xml&r1=472316&p2=incubator/openejb/trunk/openejb2/itests/pom.xml&r2=472565
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/pom.xml (original)
+++ incubator/openejb/trunk/openejb2/itests/pom.xml Wed Nov  8 10:03:11 2006
@@ -12,32 +12,12 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>modules</artifactId>
-    <name>OpenEJB :: Modules</name>
+    <artifactId>itests</artifactId>
+    <name>OpenEJB :: iTests</name>
     <packaging>pom</packaging>
 
-    <modules>
-        <module>openejb-axis</module>
-        <module>openejb-pkgen-builder</module>
-        <module>openejb-core</module>
-        <module>openejb-corba</module>
-        <module>openejb-builder</module>
-        <module>openejb-corba-builder</module>
-        <module>openejb-yoko</module>
+<!--    <modules>
+        <module>openejb-itests-core</module>
     </modules>
-
-    <profiles>
-        <profile>
-            <id>sunorb</id>
-            
-            <activation>
-                <jdk>1.4</jdk>
-            </activation>
-
-            <modules>
-                <module>openejb-sunorb</module>
-            </modules>
-        </profile>
-    </profiles>
-
+-->
 </project>