You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/09/16 20:31:58 UTC

svn commit: r446912 - in /incubator/openjpa/trunk/openjpa-project/src/doc/manual: manual-xhtml-chunk.xsl manual-xhtml.xsl

Author: mprudhom
Date: Sat Sep 16 11:31:57 2006
New Revision: 446912

URL: http://svn.apache.org/viewvc?view=rev&rev=446912
Log:
Fixed location of docbook stylesheet

Modified:
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl?view=diff&rev=446912&r1=446911&r2=446912
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.xsl Sat Sep 16 11:31:57 2006
@@ -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"/>

Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl?view=diff&rev=446912&r1=446911&r2=446912
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml.xsl Sat Sep 16 11:31:57 2006
@@ -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"/>