rubys       2002/07/02 05:45:42

  Modified:    java     build.xml
  Log:
  Allow security to be built separately.  For gump runs.
  
  Revision  Changes    Path
  1.156     +4 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.155
  retrieving revision 1.156
  diff -u -r1.155 -r1.156
  --- build.xml 29 Jun 2002 20:55:31 -0000      1.155
  +++ build.xml 2 Jul 2002 12:45:42 -0000       1.156
  @@ -530,6 +530,10 @@
       </ant>
     </target>
   
  +  <!-- Security only tests, with full dependencies -->
  +  <target name="secure-tests" depends="junit, functional-tests-secure-only">
  +  </target>
  +
     <!-- All tests -->
     <target name="all-tests" depends="junit, functional-tests">
     </target>
  
  
  


Reply via email to