[jboss-cvs] JBossAS SVN: r57662 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 13 13:41:02 EDT 2006


Author: bill.burke at jboss.com
Date: 2006-10-13 13:41:01 -0400 (Fri, 13 Oct 2006)
New Revision: 57662

Modified:
   trunk/build/build-distr.xml
Log:
update common-core, update ejb3 deployment structure

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-10-13 17:22:29 UTC (rev 57661)
+++ trunk/build/build-distr.xml	2006-10-13 17:41:01 UTC (rev 57662)
@@ -557,6 +557,7 @@
       <!-- Deployable xml snipets -->
       <fileset dir="${_module.output}/etc/deploy">
          <include name="**"/>
+         <exclude name="ear-deployer-beans.xml"/>
       </fileset>
 
       <!-- Deployable archives -->
@@ -566,7 +567,12 @@
          <include name="client-deployer-service.xml"/>
       </fileset>
     </copy>
-
+     <copy todir="${install.server}/all/deployers" filtering="no">
+       <!-- Deployable xml snipets -->
+       <fileset dir="${_module.output}/etc/deploy">
+          <include name="ear-deployer-beans.xml"/>
+       </fileset>
+     </copy>
     <copy file="${_module.output}/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml"
           tofile="${install.all.deploy}/jmx-invoker-service.xml"/>
 




More information about the jboss-cvs-commits mailing list