seibert     2002/09/26 06:58:35

  Modified:    java     build.xml
  Log:
  Missed a target in the pruning
  
  Revision  Changes    Path
  1.199     +0 -4      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.198
  retrieving revision 1.199
  diff -u -r1.198 -r1.199
  --- build.xml 26 Sep 2002 13:46:01 -0000      1.198
  +++ build.xml 26 Sep 2002 13:58:35 -0000      1.199
  @@ -253,10 +253,6 @@
       <ant inheritAll="${ant.inheritAll}" inheritRefs="${ant.inheritRefs}" 
dir="${axis.home}" antfile="buildTest.xml" target="functional-tests"/>
     </target>
   
  -  <!-- Security only tests, with full dependencies -->
  -  <target name="secure-tests" depends="compile, buildTest, junit, 
functional-tests-secure-only">
  -  </target>
  -
     <!-- All tests -->
     <target name="all-tests" depends="junit, functional-tests">
     </target>
  
  
  


Reply via email to