mirror of https://github.com/apache/openjpa.git
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:
parent
52e2d38ed9
commit
9b8351c60e
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue