hgomez      2002/09/26 05:50:49

  Modified:    jk/xdocs style.xsl.in
  Log:
  Developpers documentation link will be added only if build.xml set gen-dev-doc
  
  Revision  Changes    Path
  1.13      +4 -0      jakarta-tomcat-connectors/jk/xdocs/style.xsl.in
  
  Index: style.xsl.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- style.xsl.in      20 Sep 2002 21:35:31 -0000      1.12
  +++ style.xsl.in      26 Sep 2002 12:50:49 -0000      1.13
  @@ -26,6 +26,7 @@
     <xsl:variable name="sub-banner-fg"     select="'@sub-banner-fg@'"/>
     <xsl:variable name="table-th-bg"   select="'@table-th-bg@'"/>
     <xsl:variable name="table-td-bg"   select="'@table-td-bg@'"/>
  +  <xsl:variable name="gen-dev-doc"   select="'@gen-dev-doc@'"/>
   
     <!--
       Match the ROOT of the source document and process its "document" element.
  @@ -201,6 +202,7 @@
                     <tr height="6"/>
                   </xsl:for-each>
   
  +                 <xsl:if test="$gen-dev-doc = true">
                   <!--
                     The last thing to put down in the index are the API docs,
                     both for C and for Java
  @@ -224,6 +226,8 @@
                       </nobr>
                     </td>
                   </tr>
  +                 </xsl:if>
  +
                 </table>
               </td>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to