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...@locus.apache.org on 2000/11/07 17:24:39 UTC

cvs commit: xml-xalan/test/java build.xml

curcuru     00/11/07 08:24:38

  Modified:    test/java build.xml
  Log:
  Comment out org.apache.qetest.trax build until new javax.xml.transform interfaces stabilize
  
  Revision  Changes    Path
  1.2       +2 -0      xml-xalan/test/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/11/01 23:25:52	1.1
  +++ build.xml	2000/11/07 16:24:37	1.2
  @@ -105,9 +105,11 @@
                  destdir="${build.dir}" 
                  includes="TraxWrapper.java"
                  debug="${debug}" />
  +<!-- comment out until javax.xml.transform interfaces stabilize
           <javac srcdir="${test.dir}/trax" 
                  destdir="${build.dir}" 
                  debug="${debug}" />
  +comment out until javax.xml.transform interfaces stabilize -->
       </target>
       <target name="package.trax" depends="compile.trax">
           <jar jarfile="${build.dir}/${testxsl.jar}"