You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by de...@apache.org on 2001/07/19 14:12:56 UTC

cvs commit: xml-batik build.xml

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 <ru...@us.ibm.com>
  Reviewed by:	Thomas DeWeese <de...@apache.org>
  
  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: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org