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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 22 06:01:08 EST 2006


Author: dimitris at jboss.org
Date: 2006-12-22 06:01:05 -0500 (Fri, 22 Dec 2006)
New Revision: 59212

Modified:
   branches/Branch_4_2/tomcat/build.xml
Log:
JBAS-3955, commons-codec moves to server/xxx/lib as a dependency of commons-httpclient

Modified: branches/Branch_4_2/tomcat/build.xml
===================================================================
--- branches/Branch_4_2/tomcat/build.xml	2006-12-22 11:00:11 UTC (rev 59211)
+++ branches/Branch_4_2/tomcat/build.xml	2006-12-22 11:01:05 UTC (rev 59212)
@@ -243,8 +243,6 @@
      <copy todir="${build.deploy}/jbossweb-tomcat55.sar/jsf-libs"
         file="${apache.collections.lib}/commons-collections.jar" />
      <copy todir="${build.deploy}/jbossweb-tomcat55.sar/jsf-libs"
-        file="${apache.codec.lib}/commons-codec.jar" />
-     <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" />




More information about the jboss-cvs-commits mailing list