You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/03/02 16:50:44 UTC

cvs commit: xml-xalan/xdocs/style/stylesheets packages2project.xsl

dleslie     00/03/02 07:50:44

  Modified:    xdocs/style/stylesheets packages2project.xsl
  Log:
  Works with multiple source directories for javadoc top-level
  and package-level source files.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/xdocs/style/stylesheets/packages2project.xsl
  
  Index: packages2project.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/style/stylesheets/packages2project.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- packages2project.xsl	2000/02/04 14:39:52	1.1
  +++ packages2project.xsl	2000/03/02 15:50:43	1.2
  @@ -12,7 +12,7 @@
   <!-- ********************************************************************** -->
   
     <xsl:template match="home|package">
  -    <create source="{/javadocPackages/@source}/{@source}" target="{/javadocPackages/@target}/{@target}" producer="parser" printer="html">
  +    <create source="{@source}" target="{/javadocPackages/@target}/{@target}" producer="parser" printer="html">
         <processor name="xslt">
           <parameter name="stylesheet" value="sbk:/style/stylesheets/package2html.xsl"/>
         </processor>