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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 5 23:15:19 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-05 23:15:19 -0500 (Mon, 05 Feb 2007)
New Revision: 60316

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
Correct the beanshell jar copy

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-06 00:22:34 UTC (rev 60315)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-06 04:15:19 UTC (rev 60316)
@@ -828,7 +828,7 @@
         <include name="bsh-deployer.jar"/>
       </fileset>
       <fileset dir="${beanshell.beanshell.lib}">
-        <include name="bsh.jar"/>
+        <include name="*.jar"/>
       </fileset>
     </copy>
 




More information about the jboss-cvs-commits mailing list