[jboss-cvs] JBossAS SVN: r59469 - branches/Branch_4_2/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 10 04:57:45 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-10 04:57:43 -0500 (Wed, 10 Jan 2007)
New Revision: 59469

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

Modified: branches/Branch_4_2/tomcat/build.xml
===================================================================
--- branches/Branch_4_2/tomcat/build.xml	2007-01-10 09:57:14 UTC (rev 59468)
+++ branches/Branch_4_2/tomcat/build.xml	2007-01-10 09:57:43 UTC (rev 59469)
@@ -245,9 +245,9 @@
      <copy todir="${build.deploy}/jbossweb-tomcat55.sar/jsf-libs"
         file="${apache.beanutils.lib}/commons-beanutils.jar" />
      <copy todir="${build.deploy}/jbossweb-tomcat55.sar/jsf-libs"
-        file="${apache.digester.lib}/commons-digester-1.6.jar" />
+        file="${apache.digester.lib}/commons-digester.jar" />
      <copy todir="${build.deploy}/jbossweb-tomcat55.sar/jsf-libs"
-        file="${apache.lang.lib}/commons-lang-2.1.jar" />
+        file="${apache.lang.lib}/commons-lang.jar" />
 
     <jar jarfile="${build.deploy}/jbossweb-tomcat55.sar/tomcat55-service.jar"
       manifest="${build.etc}/default.mf">




More information about the jboss-cvs-commits mailing list