You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2005/10/06 23:19:36 UTC

cvs commit: xml-xalan/test build.xml

dmitryh     2005/10/06 14:19:36

  Modified:    test     build.xml
  Log:
  Fix for XALANC-567. Prepared by Ashley Zinyk
  
  Revision  Changes    Path
  1.76      +7 -2      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build.xml	19 Jul 2005 16:24:16 -0000	1.75
  +++ build.xml	6 Oct 2005 21:19:36 -0000	1.76
  @@ -210,6 +210,11 @@
           <path refid="conf.class.path" />
       </path>
   
  +    <!-- Classpath used when running EXSLT tests -->
  +    <path id="exslt.class.path">
  +        <path refid="conf.class.path" />
  +    </path>
  +
       <!-- Classpath used when running contrib or user-contributed tests -->
       <path id="contrib.class.path">
           <path refid="conf.class.path" />
  
  
  

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