Fixed location of docbook stylesheet

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@446912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-09-16 18:31:57 +00:00
parent 52e2d38ed9
commit 9b8351c60e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<xsl:import href="../../../target/stylesheets/1.69.1/html/chunk.xsl"/>
<xsl:param name="html.stylesheet">../css/docbook.css</xsl:param>
<xsl:param name="html.stylesheet">css/docbook.css</xsl:param>
<xsl:param name="html.cleanup" select="1"/>
<xsl:param name="label.from.part" select="1"/>

View File

@ -5,7 +5,7 @@
<!-- locally downloaded cache of stylesheets -->
<xsl:import href="../../../target/stylesheets/1.69.1/html/docbook.xsl"/>
<xsl:param name="html.stylesheet">../css/docbook.css</xsl:param>
<xsl:param name="html.stylesheet">css/docbook.css</xsl:param>
<xsl:param name="html.cleanup" select="1"/>
<xsl:param name="label.from.part" select="1"/>