You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/04/17 21:33:06 UTC

cvs commit: xml-xalan/java build.xml

sboag       01/04/17 12:33:06

  Modified:    java     build.xml
  Log:
  XSLTC directory excluded for the time being.
  
  Revision  Changes    Path
  1.91      +3 -3      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- build.xml	2001/03/27 23:41:15	1.90
  +++ build.xml	2001/04/17 19:33:02	1.91
  @@ -48,7 +48,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.90 2001/03/27 23:41:15 sboag Exp $
  +   $Id: build.xml,v 1.91 2001/04/17 19:33:02 sboag Exp $
      
   ==================================================================== -->
   
  @@ -177,7 +177,7 @@
     <!-- =================================================================== -->
     <!-- Note: Still too many cross-dependencies to do this separately -->
     <target name="compile.xalan" depends="compile.xpath">
  -    <javac srcdir="${src.dir}/${xalan.reldir}" 
  +    <javac srcdir="${src.dir}/${xalan.reldir}" excludes="org/apache/xalan/xsltc/**/*.java" 
              destdir="${build.classes}" 
              debug="${debug}"/>
     </target>
  @@ -205,7 +205,7 @@
              destdir="${build.classes}"
              includes="org/apache/xml/**/*.java,org/apache/xpath/**/*.java"
              debug="${debug}"/>
  -    <javac srcdir="${src.dir}" 
  +    <javac srcdir="${src.dir}" excludes="org/apache/xalan/xsltc/**/*.java"
              destdir="${build.classes}"
              includes="org/apache/xalan/**/*.java"
              debug="${debug}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org