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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 16 18:27:59 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-16 18:27:57 -0500 (Thu, 16 Nov 2006)
New Revision: 58476

Modified:
   trunk/build/build-distr.xml
Log:
Disable the bsh-deployer.xml until its ported to the vdf

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-11-16 23:03:28 UTC (rev 58475)
+++ trunk/build/build-distr.xml	2006-11-16 23:27:57 UTC (rev 58476)
@@ -1173,7 +1173,7 @@
       </fileset>
     </copy>
 
-    <!-- copy the bsh-deployer lib and its associated beanshell lib from thirdparty -->
+    <!-- copy the bsh-deployer lib and its associated beanshell lib from thirdparty
     <copy todir="${install.all.lib}" filtering="no">
       <fileset dir="${_module.output}/lib">
          <include name="bsh-deployer.jar"/>
@@ -1182,6 +1182,7 @@
         <include name="*.jar"/>
       </fileset>
     </copy>
+-->
 
     <!-- Include the HTTP invoker service unpacked -->
     <delete dir="${install.all.deploy.hasingleton}/jms/jbossmq-httpil.sar"/>




More information about the jboss-cvs-commits mailing list