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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 3 14:55:37 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-03 14:55:35 -0500 (Fri, 03 Nov 2006)
New Revision: 58087

Modified:
   trunk/build/build-distr.xml
Log:
Drop the jboss-bean.deployer as its replaced by the BeanDeployer

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-11-03 19:23:39 UTC (rev 58086)
+++ trunk/build/build-distr.xml	2006-11-03 19:55:35 UTC (rev 58087)
@@ -1179,13 +1179,14 @@
     <copy file="${project.root}/varia/src/resources/services/binding/sample-bindings.xml"
           todir="${install.examples.binding-manager}"/>
 
-    <!-- the bean deployer -->
+    <!-- the bean deployer : obsolete in jboss5
     <mkdir dir="${install.all.deploy}/jboss-bean.deployer"/>
     <copy todir="${install.all.deploy}/jboss-bean.deployer" filtering="no">
       <fileset dir="${_module.output}/lib/kernel/jboss-bean.deployer">
          <include name="**/*"/>
       </fileset>
     </copy>
+  	-->
 
     <!-- copy the logging-monitor service to examples -->
     <mkdir dir="${install.examples}/jmx/logging-monitor/lib"/>




More information about the jboss-cvs-commits mailing list