[jboss-cvs] JBossAS SVN: r65762 - in branches/Branch_4_2/testsuite: imports/config and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 2 10:03:10 EDT 2007
Author: thomas.diesler at jboss.com
Date: 2007-10-02 10:03:10 -0400 (Tue, 02 Oct 2007)
New Revision: 65762
Modified:
branches/Branch_4_2/testsuite/build.xml
branches/Branch_4_2/testsuite/imports/config/tests-jacc.xml
Log:
Remove jbossws.integration.classpath
Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml 2007-10-02 13:50:59 UTC (rev 65761)
+++ branches/Branch_4_2/testsuite/build.xml 2007-10-02 14:03:10 UTC (rev 65762)
@@ -88,12 +88,6 @@
&libraries;
- <!-- define jbossws classpath explicitly because jbossws/lib contains other integration layers as well -->
- <path id="jbossws.integration.classpath">
- <pathelement path="${jboss.jbossws.lib}/jbossws-jboss42-integration.jar"/>
- <pathelement path="${jboss.jbossws.lib}/jbossws-client.jar"/>
- </path>
-
<!-- The combined library classpath -->
<path id="library.classpath">
<path refid="apache.avalon.classpath"/>
@@ -117,7 +111,6 @@
<path refid="jboss.profiler.jvmti.classpath"/>
<path refid="jboss.remoting.classpath"/>
<path refid="jboss.web.classpath"/>
- <path refid="jbossws.integration.classpath"/>
<path refid="jgroups.jgroups.classpath"/>
<path refid="joesnmp.joesnmp.classpath"/>
<path refid="junit.junit.classpath"/>
Modified: branches/Branch_4_2/testsuite/imports/config/tests-jacc.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/config/tests-jacc.xml 2007-10-02 13:50:59 UTC (rev 65761)
+++ branches/Branch_4_2/testsuite/imports/config/tests-jacc.xml 2007-10-02 14:03:10 UTC (rev 65762)
@@ -143,7 +143,6 @@
<include name="deploy/hsqldb-ds.xml"/>
<include name="deploy/jboss-web.deployer/**"/>
<include name="deploy/jbossws.sar/**"/>
- <include name="deploy/jbossws.sar/**"/>
<include name="deploy/client-deployer-service.xml"/>
<include name="deploy/ear-deployer.xml"/>
<include name="deploy/ejb-deployer.xml"/>
@@ -214,7 +213,6 @@
<include name="deploy/hsqldb-ds.xml"/>
<include name="deploy/jboss-web.deployer/**"/>
<include name="deploy/jbossws.sar/**"/>
- <include name="deploy/jbossws.sar/**"/>
<include name="deploy/client-deployer-service.xml"/>
<include name="deploy/ear-deployer.xml"/>
<include name="deploy/ejb-deployer.xml"/>
More information about the jboss-cvs-commits
mailing list