You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2005/08/15 05:19:01 UTC

svn commit: r232735 - /webservices/axis/trunk/java/modules/integration/project.xml

Author: chinthaka
Date: Sun Aug 14 20:18:53 2005
New Revision: 232735

URL: http://svn.apache.org/viewcvs?rev=232735&view=rev
Log:
excluding MTOM tests

Modified:
    webservices/axis/trunk/java/modules/integration/project.xml

Modified: webservices/axis/trunk/java/modules/integration/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/project.xml?rev=232735&r1=232734&r2=232735&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis/trunk/java/modules/integration/project.xml Sun Aug 14 20:18:53 2005
@@ -178,6 +178,8 @@
                 <exclude>**/*InteropStubTest.java</exclude>
                 <exclude>**org/apache/axis2/mail/*.java</exclude>
                 <exclude>**/*EchoRawSwATest.java</exclude>
+                <exclude>**/*EchoRawMTOMTest.java</exclude>
+                <exclude>**/*EchoRawMTOMFileCacheTest.java</exclude>
                 <exclude>**org/apache/axis2/soap12testing/soap12testsuite/*.java</exclude>
                 
             </excludes>