[jboss-cvs] JBossAS SVN: r59215 - branches/Branch_4_2/tools/etc/buildmagic
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Dec 22 18:45:15 EST 2006
Author: dimitris at jboss.org
Date: 2006-12-22 18:45:12 -0500 (Fri, 22 Dec 2006)
New Revision: 59215
Modified:
branches/Branch_4_2/tools/etc/buildmagic/aliases.ent
Log:
JBAS-3955, commons-codec must appear on the testsuite classpath, too.
Modified: branches/Branch_4_2/tools/etc/buildmagic/aliases.ent
===================================================================
--- branches/Branch_4_2/tools/etc/buildmagic/aliases.ent 2006-12-22 17:57:30 UTC (rev 59214)
+++ branches/Branch_4_2/tools/etc/buildmagic/aliases.ent 2006-12-22 23:45:12 UTC (rev 59215)
@@ -5,6 +5,7 @@
<pathelement path="${apache.collections.lib}/commons-collections.jar"/>
<pathelement path="${apache.logging.lib}/commons-logging.jar"/>
<pathelement path="${apache.httpclient.lib}/commons-httpclient.jar"/>
+ <pathelement path="${apache.codec.lib}/commons-codec.jar"/>
<pathelement path="${apache.pool.lib}/commons-pool.jar"/>
<pathelement path="${apache.discovery.lib}/commons-discovery.jar"/>
<pathelement path="${apache.fileupload.lib}/commons-fileupload.jar"/>
More information about the jboss-cvs-commits
mailing list