noticed that the generated docbook PDF says "Spring-WS," have fixed it to say "Spring Integration" instead

This commit is contained in:
Josh Long
2010-07-29 02:21:44 +00:00
parent aeee48afbb
commit e01d235e89

View File

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