You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/08/02 21:51:49 UTC

cvs commit: xml-xalan/test/tests/capi/smoke capi01.xsl

pauldick    01/08/02 12:51:49

  Modified:    test/tests/capi/smoke capi01.xsl
  Log:
  Needed to update relative path name
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/test/tests/capi/smoke/capi01.xsl
  
  Index: capi01.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/capi/smoke/capi01.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- capi01.xsl	2001/08/02 19:44:30	1.1
  +++ capi01.xsl	2001/08/02 19:51:49	1.2
  @@ -4,8 +4,8 @@
   				xmlns:weston="http://www.weston.com"
   				exclude-result-prefixes="dick weston">
   
  -<xsl:import href="capisubdir/famimp.xsl"/>
  -<xsl:include href="capisubdir/faminc.xsl"/>
  +<xsl:import href="smokesubdir/famimp.xsl"/>
  +<xsl:include href="smokesubdir/faminc.xsl"/>
   
   <xsl:output indent="yes"/>
   
  
  
  

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