deweese     01/07/19 05:12:56

  Modified:    .        build.xml
  Log:
  Patch to build.xml to work with Ant 1.3 and 1.4
  
  Submitted by: Sam Ruby <[EMAIL PROTECTED]>
  Reviewed by:  Thomas DeWeese <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.76      +4 -4      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build.xml 2001/05/31 16:59:17     1.75
  +++ build.xml 2001/07/19 12:12:56     1.76
  @@ -44,7 +44,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.75 2001/05/31 16:59:17 hillion Exp $
  + $Id: build.xml,v 1.76 2001/07/19 12:12:56 deweese Exp $
   
   -->
   
  @@ -228,9 +228,9 @@
       <javac srcdir="${src}" destdir="${dest}" deprecation="on">
         <classpath refid="libs-classpath"/>
         <exclude name="**/*.html"/>
  -      <exclude name="**/rhino*" unless="rhino.present"/>      
  -      <exclude name="**/jpython*" unless="jpython.present"/>
  -      <exclude name="**/jacl*" unless="jacl.present"/>
  +      <exclude name="**/rhino/*" unless="rhino.present"/>      
  +      <exclude name="**/jpython/*" unless="jpython.present"/>
  +      <exclude name="**/jacl/*" unless="jacl.present"/>
       </javac>
     </target>
   
  
  
  

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

Reply via email to