Author: ropalka
Date: 2012-05-29 09:56:57 -0400 (Tue, 29 May 2012)
New Revision: 16324
Removed:
shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/jaxr/
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBWS-3499] removing JAXR, Apache Scout & Apache JUDDi dependency
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2012-05-29
13:56:15 UTC (rev 16323)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2012-05-29
13:56:57 UTC (rev 16324)
@@ -527,7 +527,6 @@
<target name="tests-smoke" depends="tests-init"
description="Run smoke unit tests">
<antcall target="tests-run-internal">
<param name="include.wildcard"
value="org/jboss/test/ws/jaxws/samples/**/*TestCase.class
org/jboss/test/ws/*/smoke/**/*TestCase.class
org/jboss/test/ws/*/smoke/**/*TestCaseForked.class"/>
- <param name="exclude.wildcard"
value="org/jboss/test/ws/*/samples/jaxr/**"/>
<!--
According to our commit policy, haltonfailure MUST be be true for tests-smoke
It is a prerequisite for any commit that this target passes without failure.
@@ -541,7 +540,6 @@
<target name="tests-samples" depends="tests-init"
description="Run samples unit tests">
<antcall target="tests-run-internal">
<param name="include.wildcard"
value="org/jboss/test/ws/*/samples/**/*TestCase.class"/>
- <param name="exclude.wildcard"
value="org/jboss/test/ws/*/samples/jaxr/**"/>
<param name="haltonfailure" value="false"/>
</antcall>
</target>
@@ -550,7 +548,6 @@
<target name="tests-integration" depends="tests-jars"
description="Run integration unit tests">
<antcall target="tests-run-internal">
<param name="include.wildcard"
value="org/jboss/test/ws/jaxws/samples/**/*TestCase.class
org/jboss/test/ws/*/smoke/**/*TestCase.class"/>
- <param name="exclude.wildcard"
value="org/jboss/test/ws/*/samples/jaxr/**"/>
<param name="haltonfailure" value="false"/>
</antcall>
<antcall target="tests-report"/>