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 de...@apache.org on 2005/05/19 14:07:11 UTC

svn commit: r170916 - /webservices/axis/trunk/java/etc/project.xml

Author: deepal
Date: Thu May 19 05:07:10 2005
New Revision: 170916

URL: http://svn.apache.org/viewcvs?rev=170916&view=rev
Log:
excluded Deployment Test cases

Modified:
    webservices/axis/trunk/java/etc/project.xml

Modified: webservices/axis/trunk/java/etc/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/etc/project.xml?rev=170916&r1=170915&r2=170916&view=diff
==============================================================================
--- webservices/axis/trunk/java/etc/project.xml (original)
+++ webservices/axis/trunk/java/etc/project.xml Thu May 19 05:07:10 2005
@@ -181,6 +181,8 @@
 
 	    <exclude>**/*Phase*.java</exclude>
           <exclude>**/*InvalidServiceTest.java</exclude>
+          <exclude>**/*Deploy*.java</exclude>
+
           
    
       </excludes>