[jbossws-commits] JBossWS SVN: r12745 - framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Aug 5 11:23:58 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-08-05 11:23:53 -0400 (Thu, 05 Aug 2010)
New Revision: 12745

Modified:
   framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-testsuite.xml
Log:
[JBPAPP-4773] Update bin dist classpath


Modified: framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-testsuite.xml	2010-08-05 14:35:10 UTC (rev 12744)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-testsuite.xml	2010-08-05 15:23:53 UTC (rev 12745)
@@ -130,8 +130,8 @@
       <pathelement location="${jboss.client}/mail.jar"/>
       <pathelement location="${jboss.client}/stax-api.jar"/>
       <pathelement location="${jboss.client}/wsdl4j.jar"/>
-      <pathelement location="${jboss.server.lib}/jboss-javaee.jar"/>
-      <pathelement location="${jboss.server.lib}/jbosssx.jar"/>
+      <pathelement location="${jboss.client}/jboss-javaee.jar"/>
+      <pathelement location="${jboss.client}/jbosssx-client.jar"/>
       <pathelement location="${jboss.server.lib}/servlet-api.jar"/>
     </path>
     



More information about the jbossws-commits mailing list