[jboss-cvs] JBossAS SVN: r60331 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 6 10:55:29 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-06 10:55:29 -0500 (Tue, 06 Feb 2007)
New Revision: 60331

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
reference bsh.jar explicitly, since v1.3.0 contains both bsh.jar and bsh-1.3.0.jar

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-06 15:18:39 UTC (rev 60330)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-06 15:55:29 UTC (rev 60331)
@@ -828,7 +828,7 @@
         <include name="bsh-deployer.jar"/>
       </fileset>
       <fileset dir="${beanshell.beanshell.lib}">
-        <include name="*.jar"/>
+        <include name="bsh.jar"/>
       </fileset>
     </copy>
 




More information about the jboss-cvs-commits mailing list