[jbossws-commits] JBossWS SVN: r3514 - branches/jbossws-2.0/build/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 8 14:18:46 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-08 14:18:46 -0400 (Fri, 08 Jun 2007)
New Revision: 3514

Modified:
   branches/jbossws-2.0/build/ant-import/build-testsuite.xml
Log:
Add MC to test client classpath

Modified: branches/jbossws-2.0/build/ant-import/build-testsuite.xml
===================================================================
--- branches/jbossws-2.0/build/ant-import/build-testsuite.xml	2007-06-08 17:59:06 UTC (rev 3513)
+++ branches/jbossws-2.0/build/ant-import/build-testsuite.xml	2007-06-08 18:18:46 UTC (rev 3514)
@@ -122,6 +122,8 @@
       <pathelement location="${jboss.client}/log4j.jar"/>
       <pathelement location="${jboss.client}/wsdl4j.jar"/>
       <pathelement location="${jboss.lib}/jboss-aop-jdk50.jar"/>
+      <pathelement location="${jboss.lib}/jboss-dependency.jar"/>
+      <pathelement location="${jboss.lib}/jboss-microcontainer.jar"/>
       <pathelement location="${jboss.lib}/jboss-vfs.jar"/>
       <pathelement location="${jboss.server.lib}/jboss.jar"/>
       <pathelement location="${jboss.server.lib}/hibernate3.jar"/>




More information about the jbossws-commits mailing list