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

cvs commit: xml-xalan/test build.xml

mkwan       2002/10/10 12:02:13

  Modified:    test     Tag: XSLTC_DTM build.xml
  Log:
  Update the build scripts for test to reflect the packaging changes.
  
  The xsltc.jar is no longer required to run the xsltc specific tests.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.53.2.2  +3 -6      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.53.2.1
  retrieving revision 1.53.2.2
  diff -u -r1.53.2.1 -r1.53.2.2
  --- build.xml	1 Aug 2002 19:42:12 -0000	1.53.2.1
  +++ build.xml	10 Oct 2002 19:02:13 -0000	1.53.2.2
  @@ -126,8 +126,6 @@
       <path id="compiletest.class.path">
           <pathelement path="${java.class.path}" />
           <pathelement location="${xalan.jar}" />
  -	<pathelement location="${xsltc.jar}" />
  -	<pathelement location="${bcel.jar}" />
           <pathelement location="${xml-apis.jar}" />
           <pathelement location="${parserjar}" />
           <pathelement location="${jtidy.jar}" />
  @@ -1053,7 +1051,6 @@
   
       <path id="xsltc.runtime.class.path">
           <pathelement path="${java.class.path}" />
  -        <pathelement location="${xalan.build.dir}/xsltc.jar" />
           <pathelement location="${xalan.build.dir}/xalan.jar" />
           <pathelement location="${testxsl.jar}" />
           <pathelement location="${parserjar}" />
  @@ -1062,7 +1059,7 @@
       </path>
       <path id="xsltc.compile.class.path">
           <pathelement path="${java.class.path}" />
  -        <pathelement location="${xalan.build.dir}/xsltc.jar" />
  +        <pathelement location="${xalan.build.dir}/xalan.jar" />
           <pathelement location="${testxsl.jar}" />
           <pathelement location="${parserjar}" />
           <pathelement location="${xml-apis.jar}" />
  
  
  

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