[jboss-cvs] JBossAS SVN: r111331 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 10 18:53:58 EDT 2011


Author: fnasser at redhat.com
Date: 2011-05-10 18:53:58 -0400 (Tue, 10 May 2011)
New Revision: 111331

Modified:
   branches/JBPAPP_5_1/build/build-distr.xml
Log:
JBPAPP-6416 - bsh.util.BeanShellBSFEngine class is missing in bsh.jar (FIX TYPO)

Modified: branches/JBPAPP_5_1/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1/build/build-distr.xml	2011-05-10 19:36:07 UTC (rev 111330)
+++ branches/JBPAPP_5_1/build/build-distr.xml	2011-05-10 22:53:58 UTC (rev 111331)
@@ -1288,7 +1288,7 @@
     <copy todir="${install.all.lib}" filtering="no">
       <fileset dir="${beanshell.beanshell.lib}">
          <include name="bsh.jar"/>
-         <include name="bsh-bsh.jar"/>
+         <include name="bsh-bsf.jar"/>
       </fileset>
     </copy>
 



More information about the jboss-cvs-commits mailing list