Removed reference to Spring WS in docbook xsl

This commit is contained in:
Luke Taylor 2008-04-03 14:23:16 +00:00
parent d5a751e784
commit b7188b11d8

View File

@ -100,7 +100,7 @@
<xsl:param name="gentext-key" select="''"/> <xsl:param name="gentext-key" select="''"/>
<xsl:variable name="Version"> <xsl:variable name="Version">
<xsl:if test="//releaseinfo"> <xsl:if test="//releaseinfo">
<xsl:text>Spring-WS (</xsl:text> <xsl:text>Spring Security (</xsl:text>
<xsl:value-of select="//releaseinfo"/> <xsl:value-of select="//releaseinfo"/>
<xsl:text>)</xsl:text> <xsl:text>)</xsl:text>
</xsl:if> </xsl:if>