You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/12/03 00:38:24 UTC

svn commit: r600410 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Author: rgardler
Date: Sun Dec  2 15:38:19 2007
New Revision: 600410

URL: http://svn.apache.org/viewvc?rev=600410&view=rev
Log:
Add short description to related projects if available

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

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?rev=600410&r1=600409&r2=600410&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl Sun Dec  2 15:38:19 2007
@@ -435,6 +435,9 @@
 	                <xsl:value-of select="doap:name"/>
 	              </xsl:otherwise>
 	            </xsl:choose>
+	            <xsl:if test="doap:shortdesc">
+	              <xsl:text> - </xsl:text><xsl:value-of select="doap:shortdesc"/>
+	            </xsl:if>
 	          </li>
 	        </xsl:for-each>
 	      </ul>