curcuru     00/12/05 11:18:31

  Modified:    test/java build.xml
  Log:
  Back out previous change; not ready to commit yet (sorry!)
  
  Revision  Changes    Path
  1.9       +0 -7      xml-xalan/test/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2000/12/05 19:16:08     1.8
  +++ build.xml 2000/12/05 19:18:30     1.9
  @@ -91,12 +91,7 @@
                  destdir="${build.dir}" 
                  includes="ProcessorWrapper.java"
                  debug="${debug}" />
  -    <!-- Sun testing: add
  -               excludes="XHTComparator.java,XHTFileCheckService.java"
  -         to the below javac element 
  -         -sc 17-Nov-00  -->
           <javac srcdir="${test.dir}/xsl" 
  -               excludes="XHTComparator.java,XHTFileCheckService.java"
                  destdir="${build.dir}" 
                  debug="${debug}" />
       </target>
  @@ -167,8 +162,6 @@
       <!-- Note: temporarily add the Xalan-J 1.x version of stylebook to 
classpath 
            this needs more work, since we can build docs with either Xalan 1 
or 2, 
            but the matching version of stylebook needs to go with the 
xalan.jar -->
  -    <echo message="java.class.path = ${java.class.path}" />
  -    <echo message="xalan.xdocs = ${xalan.xdocs}/stylebook-1.0-b2.jar" />
       <java fork="yes" classname="${doc.generator}"> 
           <classpath>
               <pathelement location="${xalan.xdocs}/stylebook-1.0-b2.jar" />
  
  
  

Reply via email to