[jboss-cvs] JBossAS SVN: r59473 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 10 06:16:41 EST 2007


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

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

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




More information about the jboss-cvs-commits mailing list