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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 10 06:15:44 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-10 06:15:39 -0500 (Wed, 10 Jan 2007)
New Revision: 59472

Modified:
   branches/Branch_4_2/build/build-distr.xml
Log:
JBAS-3974, remove versioned jars

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-01-10 10:04:48 UTC (rev 59471)
+++ branches/Branch_4_2/build/build-distr.xml	2007-01-10 11:15:39 UTC (rev 59472)
@@ -1161,7 +1161,7 @@
     <!-- Copy the BeanShell JAR -->
     <copy todir="${install.server}/all/lib" filtering="no">
       <fileset dir="${beanshell.beanshell.lib}">
-        <include name="*.jar"/>
+        <include name="bsh.jar"/>
       </fileset>
     </copy>
 




More information about the jboss-cvs-commits mailing list