You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/03/24 19:39:44 UTC

cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets document2html.xsl

vmassol     2004/03/24 10:39:44

  Modified:    documentation/docs/skins/jakarta.apache.org/stylesheets
                        document2html.xsl
  Log:
  Move bug tracker to JIRA
  
  Revision  Changes    Path
  1.51      +2 -2      jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- document2html.xsl	29 Feb 2004 16:22:02 -0000	1.50
  +++ document2html.xsl	24 Mar 2004 18:39:44 -0000	1.51
  @@ -753,7 +753,7 @@
         <xsl:if test="@fixes-bug">
           <xsl:text> Fixes </xsl:text>
            <!-- link -->
  -         <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id={@fixes-bug}">
  +         <a href="http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key={@fixes-bug}">
              <xsl:text>bug </xsl:text><xsl:value-of select="@fixes-bug"/>
           </a>
           <xsl:text>.</xsl:text>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org