You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/06/09 06:09:18 UTC

svn commit: r412920 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: resources/stylesheets/changes-to-document.xsl status.xml

Author: crossley
Date: Thu Jun  8 21:09:18 2006
New Revision: 412920

URL: http://svn.apache.org/viewvc?rev=412920&view=rev
Log:
Changed rendered text for @fixes-bug from "Fixes" to the more general "See Issue".

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl?rev=412920&r1=412919&r2=412920&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl Thu Jun  8 21:09:18 2006
@@ -167,7 +167,7 @@
    </xsl:if>
 
    <xsl:if test="@fixes-bug">
-     <xsl:text> Fixes </xsl:text>
+     <xsl:text> See Issue </xsl:text>
      <xsl:call-template name="print-bugs">
        <xsl:with-param name="buglist" select="translate(normalize-space(@fixes-bug),' ','')"/>
      </xsl:call-template>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?rev=412920&r1=412919&r2=412920&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Thu Jun  8 21:09:18 2006
@@ -45,6 +45,10 @@
         <p>This plugin provides various mechanisms for extracting and
         displaying information about one or more projects.</p>
       </notes>
+      <action type="update" context="code" dev="DC">
+       Changed rendered text for @fix-for from "Fixes" to the more general
+       "See Issue".
+      </action>
       <action type="add" context="code" dev="RDG" importance="high">
         Add support for Use Case documentation. This can be used to generate various different
         types of user an developer documentation, such as step by step user instructions, or