[jboss-cvs] JBossAS SVN: r111332 - tags/JBPAPP_5_1_1_ER3/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 10 18:55:52 EDT 2011


Author: fnasser at redhat.com
Date: 2011-05-10 18:55:52 -0400 (Tue, 10 May 2011)
New Revision: 111332

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

Modified: tags/JBPAPP_5_1_1_ER3/build/build-distr.xml
===================================================================
--- tags/JBPAPP_5_1_1_ER3/build/build-distr.xml	2011-05-10 22:53:58 UTC (rev 111331)
+++ tags/JBPAPP_5_1_1_ER3/build/build-distr.xml	2011-05-10 22:55:52 UTC (rev 111332)
@@ -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