Author: richard.opalka(a)jboss.com
Date: 2009-02-23 07:10:47 -0500 (Mon, 23 Feb 2009)
New Revision: 9346
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
removing AS 422 support
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2009-02-23 12:07:33 UTC
(rev 9345)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2009-02-23 12:10:47 UTC
(rev 9346)
@@ -15,9 +15,6 @@
<target name="tests-prepare" depends="prepare">
<!-- Define jboss.home -->
- <condition property="jboss.home" value="${jboss422.home}">
- <equals arg1="${jbossws.integration.target}"
arg2="jboss422"/>
- </condition>
<condition property="jboss.home" value="${jboss423.home}">
<equals arg1="${jbossws.integration.target}"
arg2="jboss423"/>
</condition>
@@ -175,7 +172,6 @@
<pathelement location="${jboss.client}/jboss-ejb3-client.jar"/>
<pathelement location="${jboss.client}/jboss-remoting.jar"/>
<pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss422.jar"/>
<pathelement location="${jboss.client}/jbossws-jboss423.jar"/>
<pathelement location="${jboss.client}/jbossws-jboss424.jar"/>
<pathelement location="${jboss.client}/jbossall-client.jar"/>
Show replies by date