[jbossws-commits] JBossWS SVN: r16025 - in shared-testsuite/branches/jbossws-shared-testsuite-4.0.x: testsuite/src/test/ant-import and 2 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 26 05:51:36 EDT 2012


Author: ropalka
Date: 2012-03-26 05:51:32 -0400 (Mon, 26 Mar 2012)
New Revision: 16025

Removed:
   shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/
   shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/resources/jaxrpc/samples/mtom/
Modified:
   shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/
   shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-samples-jaxrpc.xml
Log:
[JBPAPP-7572][JBWS-3471] removing MTOM/XOP support - svn merge -r 16021:16022 https://svn.jboss.org/repos/jbossws/shared-testsuite/trunk


Property changes on: shared-testsuite/branches/jbossws-shared-testsuite-4.0.x
___________________________________________________________________
Modified: svn:mergeinfo
   - /shared-testsuite/branches/asoldano:14040-14045
/shared-testsuite/trunk:15976
   + /shared-testsuite/branches/asoldano:14040-14045
/shared-testsuite/trunk:15976,16022

Modified: shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-samples-jaxrpc.xml
===================================================================
--- shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-samples-jaxrpc.xml	2012-03-26 09:46:09 UTC (rev 16024)
+++ shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-samples-jaxrpc.xml	2012-03-26 09:51:32 UTC (rev 16025)
@@ -326,32 +326,6 @@
       </metainf>
     </jar>
     
-    <!-- jaxrpc-samples-mtom -->
-    <war warfile="${tests.output.dir}/test-libs/jaxrpc-samples-mtom.war" webxml="${tests.output.dir}/test-resources/jaxrpc/samples/mtom/WEB-INF/web.xml">
-      <classes dir="${tests.output.dir}/test-classes">
-        <include name="org/jboss/test/ws/jaxrpc/samples/mtom/**"/>
-        <exclude name="org/jboss/test/ws/jaxrpc/samples/mtom/MTOMTestCase.class"/>
-      </classes>
-      <webinf dir="${tests.output.dir}/test-resources/jaxrpc/samples/mtom/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <manifest>
-        <attribute name="Dependencies" value="org.jboss.ws.common,javax.mail.api services export,javax.activation.api services export"/>
-      </manifest>
-    </war>
-    <jar destfile="${tests.output.dir}/test-libs/jaxrpc-samples-mtom-client.jar">
-      <metainf dir="${tests.output.dir}/test-resources/jaxrpc/samples/mtom/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${tests.output.dir}/test-resources/jaxrpc/samples/mtom/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
     <!-- jaxrpc-samples-oneway -->
     <war warfile="${tests.output.dir}/test-libs/jaxrpc-samples-oneway.war" webxml="${tests.output.dir}/test-resources/jaxrpc/samples/oneway/WEB-INF/web.xml">
       <classes dir="${tests.output.dir}/test-classes">



More information about the jbossws-commits mailing list