[jboss-cvs] JBossAS SVN: r72669 - in trunk: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 07:03:29 EDT 2008


Author: wolfc
Date: 2008-04-24 07:03:29 -0400 (Thu, 24 Apr 2008)
New Revision: 72669

Modified:
   trunk/build/build-distr.xml
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
EJBTHREE-1299: integrated ejb3-transactions

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-04-24 11:02:06 UTC (rev 72668)
+++ trunk/build/build-distr.xml	2008-04-24 11:03:29 UTC (rev 72669)
@@ -176,6 +176,8 @@
                excludes="*-sources.jar, *-javadoc.jar"/>
       <fileset dir="${jboss.jboss.ejb3.security.lib}" includes="*.jar"
                excludes="*-sources.jar, *-javadoc.jar"/>
+       <fileset dir="${jboss.jboss.ejb3.transactions.lib}" includes="*.jar"
+                excludes="*-sources.jar, *-javadoc.jar"/>
       <fileset dir="${hibernate.commons.annotations.lib}" includes="*.jar"/>
       <fileset dir="${hibernate.entitymanager.lib}" includes="*.jar"/>
       <fileset dir="${hibernate.annotations.lib}" includes="*.jar"/>

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-04-24 11:02:06 UTC (rev 72668)
+++ trunk/component-matrix/pom.xml	2008-04-24 11:03:29 UTC (rev 72669)
@@ -452,8 +452,14 @@
         <version>1.1-brew</version>
       </dependency>
       
-       <dependency>
+      <dependency>
         <groupId>org.jboss.aspects</groupId>
+        <artifactId>jboss-current-invocation-aspects</artifactId>
+        <version>0.1-SNAPSHOT</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.aspects</groupId>
         <artifactId>jboss-remoting-aspects</artifactId>
         <version>1.0.0-SNAPSHOT</version>
       </dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-04-24 11:02:06 UTC (rev 72668)
+++ trunk/thirdparty/pom.xml	2008-04-24 11:03:29 UTC (rev 72669)
@@ -415,6 +415,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>org.jboss.ejb3</groupId>
+              <artifactId>jboss-ejb3-transactions</artifactId>
+              <mapping>
+                <componentId>jboss.jboss-ejb3-transactions</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>org.jboss.cluster</groupId>
               <artifactId>jboss-ha-client</artifactId>
               <mapping>




More information about the jboss-cvs-commits mailing list