Author: ropalka
Date: 2012-05-29 10:03:00 -0400 (Tue, 29 May 2012)
New Revision: 16325
Removed:
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/jaxr/
Modified:
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBWS-3499] removing JAXR, Apache Scout & Apache JUDDi dependency
Modified:
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
---
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml 2012-05-29
13:56:57 UTC (rev 16324)
+++
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml 2012-05-29
14:03:00 UTC (rev 16325)
@@ -515,7 +515,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.
@@ -529,7 +528,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>
@@ -538,7 +536,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"/>
Show replies by date