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/07/26 09:47:28 UTC

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

Author: mprudhom
Date: Wed Jul 26 00:47:27 2006
New Revision: 425655

URL: http://svn.apache.org/viewvc?rev=425655&view=rev
Log:
Enabled use.id.as.filename to use more human-readable file names.

Modified:
    incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual-xhtml-chunk.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?rev=425655&r1=425654&r2=425655&view=diff
==============================================================================
--- 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 Wed Jul 26 00:47:27 2006
@@ -18,5 +18,7 @@
 	<xsl:param name="preface.autolabel" select="0"/>
 	<xsl:param name="qandadiv.autolabel" select="1"/>
 	<xsl:param name="section.autolabel" select="1"/>
+
+	<xsl:param name="use.id.as.filename" select="'1'"/>
 </xsl:stylesheet>