[jboss-cvs] JBossAS SVN: r77645 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 29 07:57:05 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-08-29 07:57:05 -0400 (Fri, 29 Aug 2008)
New Revision: 77645

Modified:
   trunk/build/build-distr.xml
Log:
[JBAS-4592] Add clustering dependencies to clustered EJBs

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-08-29 11:52:12 UTC (rev 77644)
+++ trunk/build/build-distr.xml	2008-08-29 11:57:05 UTC (rev 77645)
@@ -982,6 +982,13 @@
       </fileset>
     </copy>
 
+    <!-- Copy the deployers -->
+    <copy todir="${install.server}/all/deployers" filtering="no">
+      <fileset dir="${_module.output}/etc">
+        <include name="clustering-deployer-jboss-beans.xml"/>
+      </fileset>
+    </copy>
+
     <!-- Copy the deployables -->
     <mkdir dir="${install.server}/all/deploy/cluster"/>
     <copy todir="${install.server}/all/deploy/cluster" filtering="no">




More information about the jboss-cvs-commits mailing list