dims        2002/09/20 06:40:11

  Modified:    java     build.xml
  Log:
  If we call clean, set the property to false as we delete the jar.
  
  Revision  Changes    Path
  1.193     +1 -0      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.192
  retrieving revision 1.193
  diff -u -r1.192 -r1.193
  --- build.xml 19 Sep 2002 15:57:59 -0000      1.192
  +++ build.xml 20 Sep 2002 13:40:11 -0000      1.193
  @@ -457,6 +457,7 @@
       <delete dir="test-reports"/>
       <delete file="TEST-test.functional.FunctionalTests.txt"/>
       <delete file="GetQuote.wsdl"/>
  +    <property name="axis-ant.present" value="false"/>
     </target>
     
     <!-- =================================================================== -->
  
  
  


Reply via email to