Author: gmcdonald
Date: Sun Jun 24 01:29:21 2007
New Revision: 550178
URL: http://svn.apache.org/viewvc?view=rev&rev=550178
Log:
This line seems to be doubling up the output. Fix for FOR-980
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-rss.xsl
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-rss.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-rss.xsl?view=diff&rev=550178&r1=550177&r2=550178
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-rss.xsl
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-rss.xsl
Sun Jun 24 01:29:21 2007
@@ -79,7 +79,6 @@
<xsl:apply-templates/>
</xsl:otherwise>
</xsl:choose>
- <xsl:apply-templates select="changes/release[1]/action"/>
</channel>
</rss>
</xsl:template>