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/11 09:46:12 UTC

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

Author: crossley
Date: Sun Jun 11 00:46:11 2006
New Revision: 413419

URL: http://svn.apache.org/viewvc?rev=413419&view=rev
Log:
When listing the symbols that are used, sort by type.

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

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=413419&r1=413418&r2=413419&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 Sun Jun 11 00:46:11 2006
@@ -78,6 +78,7 @@
         <xsl:text>chronologically with the most recent at the top.</xsl:text>
         These symbols denote the various action types:
         <xsl:for-each select="//release/action[generate-id()=generate-id(key('types', @type))]">
+          <xsl:sort select="@type"/>
           <icon src="{$root}images/{@type}.jpg" alt="{@type}"/>
           <xsl:text>=</xsl:text>
           <xsl:value-of select="@type"/>