You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2002/06/13 21:22:50 UTC

cvs commit: xml-xalan/test build.xml

curcuru     2002/06/13 12:22:50

  Modified:    test     build.xml
  Log:
  DTM tests should not (currently) be compiled when running with XSLTC
  
  Revision  Changes    Path
  1.50      +1 -1      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.xml	15 May 2002 16:55:07 -0000	1.49
  +++ build.xml	13 Jun 2002 19:22:50 -0000	1.50
  @@ -1081,7 +1081,7 @@
           description="Compile xsltc native API tests only">
           <javac srcdir="${test.src.dir}" 
                  destdir="${test.build.dir}" 
  -               includes="${test.root}xsltc/*.java,${test.root}dtm/*.java"
  +               includes="${test.root}xsltc/*.java"
                  debug="${debug}">
               <classpath refid="xsltc.compile.class.path" />
           </javac>               
  
  
  

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