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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 17 17:46:41 EST 2007


Author: dimitris at jboss.org
Date: 2007-12-17 17:46:41 -0500 (Mon, 17 Dec 2007)
New Revision: 68351

Modified:
   trunk/build/build-distr.xml
Log:
remove deploy/bsh-deployer.xml. It lives in deployers/bsh.deployer now

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-12-17 22:29:49 UTC (rev 68350)
+++ trunk/build/build-distr.xml	2007-12-17 22:46:41 UTC (rev 68351)
@@ -1186,17 +1186,6 @@
       </fileset>
     </copy>
 
-    <!-- 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"/>
-    </fileset>
-    <fileset dir="${beanshell.beanshell.lib}">
-    <include name="bsh.jar"/>
-    </fileset>
-    </copy>
-    -->
-
     <!-- copy the bsh.deployer and its associated beanshell lib from thirdparty -->
     <mkdir dir="${install.server}/all/deployers"/>
 




More information about the jboss-cvs-commits mailing list