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/02/08 17:30:39 UTC

cvs commit: xml-xalan/test build.xml

curcuru     02/02/08 08:30:39

  Modified:    test     build.xml
  Log:
  Remove reference to deprecated ProcessorWrapper;
  
  Revision  Changes    Path
  1.37      +1 -1      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml	25 Jan 2002 23:52:40 -0000	1.36
  +++ build.xml	8 Feb 2002 16:30:39 -0000	1.37
  @@ -742,7 +742,7 @@
           <!-- @deprecated ProcessorWrapper.java to be removed! -->
           <javac srcdir="${test.src.dir}" 
                  destdir="${test.build.dir}" 
  -               includes="${test.root}xslwrapper/ProcessorWrapper.java,${test.root}xslwrapper/TransformWrapperHelper.java,${test.root}xslwrapper/TransformWrapper.java,${test.root}xslwrapper/TransformWrapperFactory.java"
  +               includes="${test.root}xslwrapper/TransformWrapperHelper.java,${test.root}xslwrapper/TransformWrapper.java,${test.root}xslwrapper/TransformWrapperFactory.java"
                  debug="${debug}" />
           <!-- This javac depends on JAXP, SAX, DOM; hence the specific classpathref -->
           <javac srcdir="${test.src.dir}" 
  
  
  

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