You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2003/12/14 01:23:49 UTC

cvs commit: ws-axis/java/test/wsdl/interop build.xml

dims        2003/12/13 16:23:49

  Modified:    java/test/wsdl/interop build.xml
  Log:
  exclude ws-i sample from interop build.xml
  
  Revision  Changes    Path
  1.11      +2 -0      ws-axis/java/test/wsdl/interop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/interop/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	29 Nov 2002 23:32:52 -0000	1.10
  +++ build.xml	14 Dec 2003 00:23:49 -0000	1.11
  @@ -575,6 +575,8 @@
         <include name="samples/**/*.java" />
         <include name="test/**/*.java" />
         <exclude name="test/wsdl/interop3/**/*.java" />
  +      <exclude name="test/wsdl/interop3/**/*.java" />
  +      <exclude name="samples/ws-i/scm/**/*.java" />
       </javac>
   
     </target>