Author: thomas.diesler(a)jboss.com
Date: 2007-11-16 08:56:32 -0500 (Fri, 16 Nov 2007)
New Revision: 5059
Modified:
framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml
Log:
Fix ejb3 client launcher classpath
Modified:
framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml
===================================================================
---
framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml 2007-11-16
12:33:42 UTC (rev 5058)
+++
framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml 2007-11-16
13:56:32 UTC (rev 5059)
@@ -121,6 +121,7 @@
<pathelement
location="${jboss.client}/jboss-annotations-ejb3.jar"/>
<pathelement location="${jboss.client}/jboss-common-core.jar"/>
<pathelement location="${jboss.client}/jboss-ejb3-client.jar"/>
+ <pathelement location="${jboss.client}/jboss-ejb3-ext-api.jar"/>
<pathelement location="${jboss.client}/jboss-logging-spi.jar"/>
<pathelement location="${jboss.client}/jboss-metadata.jar"/>
<pathelement location="${jboss.client}/jboss-remoting.jar"/>
Show replies by date