tomj        02/02/15 14:02:19

  Modified:    java     build.xml
  Log:
  Turn debug off by default.
  
  Revision  Changes    Path
  1.108     +1 -1      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- build.xml 14 Feb 2002 22:49:09 -0000      1.107
  +++ build.xml 15 Feb 2002 22:02:19 -0000      1.108
  @@ -66,7 +66,7 @@
     <property name="year" value="2001"/>
   
     <!-- debug flag for ant javac, values are "on" and "off" -->
  -  <property name="debug" value="on"/>  
  +  <property name="debug" value="off"/>  
   
     <property name="deprecation" value="true"/>
   
  
  
  


Reply via email to