vhardy      01/11/20 06:35:52

  Modified:    .        build.xml
  Log:
  Removed debug from the compilation rules.
  
  Revision  Changes    Path
  1.94      +3 -3      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- build.xml 2001/11/09 11:45:57     1.93
  +++ build.xml 2001/11/20 14:35:52     1.94
  @@ -44,7 +44,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.93 2001/11/09 11:45:57 vhardy Exp $
  + $Id: build.xml,v 1.94 2001/11/20 14:35:52 vhardy Exp $
   
   -->
   
  @@ -224,7 +224,7 @@
             description="Compiles the tests infrastructure source files">
       <mkdir dir="${dest}"/>
   
  -    <javac srcdir="${testsrc}" destdir="${dest}" deprecation="on" debug="on">
  +    <javac srcdir="${testsrc}" destdir="${dest}" deprecation="on" >
         <classpath>
           <pathelement location="${dest}" />
           <path refid="libs-classpath"/>
  @@ -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" >
         <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