vhardy      01/12/06 01:03:59

  Modified:    .        build.xml
  Log:
  Removed debug on option.
  
  Revision  Changes    Path
  1.96      +2 -2      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- build.xml 2001/11/28 16:07:46     1.95
  +++ build.xml 2001/12/06 09:03:59     1.96
  @@ -44,7 +44,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.95 2001/11/28 16:07:46 tkormann Exp $
  + $Id: build.xml,v 1.96 2001/12/06 09:03:59 vhardy Exp $
   
   -->
   
  @@ -238,7 +238,7 @@
             description="Compiles the source files">
       <mkdir dir="${dest}"/>
   
  -    <javac srcdir="${src}" destdir="${dest}" deprecation="on" debug="on">
  +    <javac srcdir="${src}" destdir="${dest}" deprecation="on" debug="off">
         <classpath refid="libs-classpath"/>
         <exclude name="**/*.html"/>
         <exclude name="**/rhino/*" unless="rhino.present"/>      
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to