You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2011/07/28 13:46:08 UTC

svn commit: r1151803 - in /openejb/branches/openejb-3.2.x: assembly/pom.xml deps/ pom.xml

Author: jlmonteiro
Date: Thu Jul 28 11:46:07 2011
New Revision: 1151803

URL: http://svn.apache.org/viewvc?rev=1151803&view=rev
Log:
Remove API stuff because we are actually using the same as the one providing by trunk. No need to duplicate.

Removed:
    openejb/branches/openejb-3.2.x/deps/
Modified:
    openejb/branches/openejb-3.2.x/assembly/pom.xml
    openejb/branches/openejb-3.2.x/pom.xml

Modified: openejb/branches/openejb-3.2.x/assembly/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/assembly/pom.xml?rev=1151803&r1=1151802&r2=1151803&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/assembly/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/assembly/pom.xml Thu Jul 28 11:46:07 2011
@@ -38,7 +38,6 @@
     <module>openejb-itests-standalone-client</module>
     <module>openejb-standalone</module>
     <module>openejb-tomcat</module>
-    <!-- module>javaee-api-libs</module -->
   </modules>
 </project>
 

Modified: openejb/branches/openejb-3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/pom.xml?rev=1151803&r1=1151802&r2=1151803&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/pom.xml Thu Jul 28 11:46:07 2011
@@ -122,7 +122,7 @@
     <junit.version>4.8.1</junit.version>
     <org.apache.axis2.version>1.4.1</org.apache.axis2.version>
     <org.apache.openwebbeans.version>1.1.0</org.apache.openwebbeans.version>
-    <geronimo.connector.version>2.2.2-SNAPSHOT</geronimo.connector.version>
+    <geronimo.connector.version>2.2.2</geronimo.connector.version>
     <slf4j.version>1.6.1</slf4j.version>
   </properties>
 
@@ -288,7 +288,6 @@
   </build>
 
   <modules>
-    <module>deps</module>
     <module>itests</module>
     <module>container</module>
     <module>server</module>
@@ -303,9 +302,6 @@
                 <name>prepare</name>
             </property>
         </activation>
-        <modules>
-            <module>deps</module>
-        </modules>
     </profile>
 
     <profile>
@@ -404,8 +400,6 @@
     <profile>
       <id>rat</id>
       <modules>
-	<module>deps</module>
-	<module>api</module>
         <module>itests</module>
         <module>container</module>
         <module>server</module>