[jboss-cvs] JBossAS SVN: r64684 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Aug 18 15:31:59 EDT 2007
Author: bstansberry at jboss.com
Date: 2007-08-18 15:31:59 -0400 (Sat, 18 Aug 2007)
New Revision: 64684
Modified:
trunk/testsuite/build.xml
Log:
Include jboss-web-service.jar so we can use classes in tests
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2007-08-18 18:30:51 UTC (rev 64683)
+++ trunk/testsuite/build.xml 2007-08-18 19:31:59 UTC (rev 64684)
@@ -209,6 +209,7 @@
<path refid="jboss.system.classpath"/>
<path refid="jboss.systemjmx.classpath"/>
<path refid="jboss.test.classpath"/>
+ <path refid="jboss.tomcat.classpath"/>
<path refid="jboss.transaction.classpath"/>
<path refid="jboss.varia.classpath"/>
<path refid="jboss.web.classpath"/>
@@ -277,6 +278,7 @@
<path refid="jboss.jmx.classpath"/>
<path refid="jboss.jmx-remoting.classpath"/>
<path refid="jboss.test.classpath"/>
+ <path refid="jboss.tomcat.classpath"/>
<path refid="thirdparty.classpath"/>
</path>
More information about the jboss-cvs-commits
mailing list