[jboss-cvs] JBossAS SVN: r61907 - branches/JBoss_4_0_3_SP1_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 30 14:20:22 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-30 14:20:22 -0400 (Fri, 30 Mar 2007)
New Revision: 61907

Modified:
   branches/JBoss_4_0_3_SP1_CP/testsuite/.classpath
   branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml
Log:
[ASPATCH-157] Add tomcat module and catalina.jar to classpath

Modified: branches/JBoss_4_0_3_SP1_CP/testsuite/.classpath
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/testsuite/.classpath	2007-03-30 18:16:50 UTC (rev 61906)
+++ branches/JBoss_4_0_3_SP1_CP/testsuite/.classpath	2007-03-30 18:20:22 UTC (rev 61907)
@@ -47,5 +47,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/cache/lib/jboss-cache.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-xalan/lib/xalan.jar"/>
 	<classpathentry kind="lib" path="output/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/tomcat"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-tomcat/lib/catalina.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml	2007-03-30 18:16:50 UTC (rev 61906)
+++ branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml	2007-03-30 18:20:22 UTC (rev 61907)
@@ -89,6 +89,7 @@
     <path refid="apache.avalon.classpath"/>
     <path refid="apache.commons.classpath"/>
     <path refid="apache.log4j.classpath"/>
+    <path refid="apache.tomcat.classpath"/>
     <path refid="apache.xerces.classpath"/>
     <path refid="apache.jaxme.classpath"/>
     <path refid="wutka.dtdparser.classpath"/>
@@ -163,6 +164,7 @@
     <path refid="jboss.server.classpath"/>
     <path refid="jboss.system.classpath"/>
     <path refid="jboss.test.classpath"/>
+    <path refid="jboss.tomcat.classpath"/>
     <path refid="jboss.transaction.classpath"/>
     <path refid="jboss.varia.classpath"/>
     <path refid="jboss.webservice.classpath"/>




More information about the jboss-cvs-commits mailing list