[jboss-cvs] JBossAS SVN: r59911 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 22 03:50:07 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-22 03:50:06 -0500 (Mon, 22 Jan 2007)
New Revision: 59911

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
Replace catalina.jar with jbossweb.jar

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-01-22 08:44:39 UTC (rev 59910)
+++ branches/Branch_4_2/testsuite/build.xml	2007-01-22 08:50:06 UTC (rev 59911)
@@ -93,7 +93,6 @@
     <path refid="apache.jaxme.classpath"/>
     <path refid="apache.log4j.classpath"/>
     <path refid="apache.scout.classpath"/>
-    <path refid="apache.tomcat.classpath"/>
     <path refid="apache.xerces.classpath"/>
     <path refid="dom4j.dom4j.classpath"/>
     <path refid="hibernate3.classpath"/>
@@ -108,6 +107,7 @@
     <path refid="jboss.microcontainer.classpath"/>
     <path refid="jboss.profiler.jvmti.classpath"/>
     <path refid="jboss.remoting.classpath"/>
+    <path refid="jboss.web.classpath"/>
     <path refid="jgroups.jgroups.classpath"/>
     <path refid="joesnmp.joesnmp.classpath"/>
     <path refid="junit.junit.classpath"/>




More information about the jboss-cvs-commits mailing list