gdaniels    02/03/10 21:04:00

  Modified:    java     build.xml
  Log:
  Replace interop3 target for the nonce.
  
  Revision  Changes    Path
  1.120     +14 -0     xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.xml 8 Mar 2002 19:13:01 -0000       1.119
  +++ build.xml 11 Mar 2002 05:04:00 -0000      1.120
  @@ -517,6 +517,20 @@
     </target>
   
     <!-- =================================================================== -->
  +  <!-- Interop 3                                                           -->
  +  <!-- =================================================================== -->
  +  <target name="interop3" depends="buildTest">
  +    <ant dir="test/wsdl/interop3/import1"/>
  +    <ant dir="test/wsdl/interop3/import2"/>
  +    <ant dir="test/wsdl/interop3/import3"/>
  +    <ant dir="test/wsdl/interop3/compound1"/>
  +    <ant dir="test/wsdl/interop3/compound2"/>
  +    <ant dir="test/wsdl/interop3/docLit"/>
  +    <ant dir="test/wsdl/interop3/docLitParam"/>
  +    <ant dir="test/wsdl/interop3/rpcEnc"/>
  +  </target>
  +
  +  <!-- =================================================================== -->
     <!-- Cleans everything                                                   -->
     <!-- =================================================================== -->
     <target name="clean">
  
  
  


Reply via email to