Author: alessio.soldano(a)jboss.com
Date: 2011-07-27 12:04:01 -0400 (Wed, 27 Jul 2011)
New Revision: 14756
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Adding jnp-client.jar to bindist testsuite classpath
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2011-07-27
12:49:06 UTC (rev 14755)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2011-07-27
16:04:01 UTC (rev 14756)
@@ -235,6 +235,7 @@
<path id="integration.target.client.classpath">
<pathelement
location="${thirdparty.dir}/jboss-as-webservices-tests-integration.jar"/>
<!-- included from thirdparty local dir as it's not installed on AS -->
<pathelement
location="${thirdparty.dir}/jbossws-shared-testsuite.jar"/> <!-- included
from thirdparty local dir as it's not installed on AS -->
+ <pathelement location="${thirdparty.dir}/jnp-client.jar"/> <!--
included from thirdparty local dir as it's not installed on AS -->
<pathelement location="${jboss.home}/jboss-modules.jar"/>
<fileset dir="${jboss.home}/modules/org/jboss/logging/main/">
<include name="jboss-logging-*.jar"/>
Show replies by date