[jboss-cvs] JBossAS SVN: r88624 - in branches/Branch_5_x: ejb3 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 08:08:49 EDT 2009


Author: jaikiran
Date: 2009-05-11 08:08:49 -0400 (Mon, 11 May 2009)
New Revision: 88624

Modified:
   branches/Branch_5_x/build/build-distr.xml
   branches/Branch_5_x/ejb3/build.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
JBAS-6887 ejb3-endpoint-deployer dependencies brought in through component-matrix and thirdparty components

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-05-11 11:09:15 UTC (rev 88623)
+++ branches/Branch_5_x/build/build-distr.xml	2009-05-11 12:08:49 UTC (rev 88624)
@@ -146,8 +146,10 @@
       <fileset dir="${_module.output}/lib">
         <include name="ejb3.deployer/**"/>
       </fileset>
+      <fileset dir="${jboss.jboss.ejb3.endpoint.deployer.lib}" includes="*.jar"
+               excludes="*-sources.jar, *-javadoc.jar"/>
     </copy>
-
+    
     <!-- Copy the third party libraries -->
     <copy todir="${install.all.lib}" filtering="no">
       <fileset dir="${jboss.jboss.ejb3.cache.lib}" includes="*.jar"
@@ -190,6 +192,9 @@
                 excludes="*-sources.jar, *-javadoc.jar"/> 
       <fileset dir="${jboss.jboss.jpa.deployers.lib}" includes="*.jar"
                excludes="*-sources.jar, *-javadoc.jar"/>
+      <fileset dir="${jboss.jboss.ejb3.endpoint.lib}" includes="*.jar"
+               excludes="*-sources.jar, *-javadoc.jar"/>
+
     </copy>
 
     <!-- Copy across client jars -->

Modified: branches/Branch_5_x/ejb3/build.xml
===================================================================
--- branches/Branch_5_x/ejb3/build.xml	2009-05-11 11:09:15 UTC (rev 88623)
+++ branches/Branch_5_x/ejb3/build.xml	2009-05-11 12:08:49 UTC (rev 88624)
@@ -126,6 +126,9 @@
          <path refid="jboss.jboss.jpa.deployers.classpath"/>
          <path refid="jboss.jboss.mdr.classpath"/>
          <path refid="jboss.jboss.reflect.classpath" />
+	 <path refid="jboss.jboss.ejb3.endpoint.classpath" />
+	 <path refid="jboss.jboss.ejb3.endpoint.deployer.classpath" />
+	 
       </path>
 
       <!-- ======= -->

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-05-11 11:09:15 UTC (rev 88623)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-05-11 12:08:49 UTC (rev 88624)
@@ -618,6 +618,22 @@
                 <componentId>jboss.jboss-ejb3-transactions</componentId>
               </mapping>
             </dependency>
+	    <dependency>
+              <groupId>org.jboss.ejb3</groupId>
+              <artifactId>jboss-ejb3-endpoint</artifactId>
+              <mapping>
+                <componentId>jboss.jboss-ejb3-endpoint</componentId>
+              </mapping>
+            </dependency>
+	    <dependency>
+              <groupId>org.jboss.ejb3</groupId>
+              <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
+              <mapping>
+                <componentId>jboss.jboss-ejb3-endpoint-deployer</componentId>
+              </mapping>
+            </dependency>
+
+
             <dependency>
               <groupId>org.jboss.jpa</groupId>
               <artifactId>jboss-jpa-deployers</artifactId>
@@ -1452,7 +1468,13 @@
       <artifactId>jboss-ejb3-security</artifactId>
       <classifier>client</classifier>
     </dependency>
+    <!-- jboss-ejb3-endpoint-deployer -->
     <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.jboss.cluster</groupId>
       <artifactId>jboss-ha-client</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list