[jboss-cvs] JBossAS SVN: r59211 - branches/Branch_4_2/system/src/main/org/jboss/system/server

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 22 06:00:14 EST 2006


Author: dimitris at jboss.org
Date: 2006-12-22 06:00:11 -0500 (Fri, 22 Dec 2006)
New Revision: 59211

Modified:
   branches/Branch_4_2/system/src/main/org/jboss/system/server/ServerLoader.java
Log:
JBAS-3955, commons-httpclient 3.0.1 needs commons-codec 1.3.0

Modified: branches/Branch_4_2/system/src/main/org/jboss/system/server/ServerLoader.java
===================================================================
--- branches/Branch_4_2/system/src/main/org/jboss/system/server/ServerLoader.java	2006-12-22 10:23:57 UTC (rev 59210)
+++ branches/Branch_4_2/system/src/main/org/jboss/system/server/ServerLoader.java	2006-12-22 11:00:11 UTC (rev 59211)
@@ -132,6 +132,7 @@
       {
          this.addLibrary("webdavlib.jar");
          this.addLibrary("commons-httpclient.jar");
+         this.addLibrary("commons-codec.jar");
          this.addLibrary("commons-logging.jar");
       }
    }




More information about the jboss-cvs-commits mailing list