mirror of https://github.com/apache/openjpa.git
Enabled use.id.as.filename to use more human-readable file names.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@425655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c61ff4970
commit
01d05dfbb8
|
@ -18,5 +18,7 @@
|
||||||
<xsl:param name="preface.autolabel" select="0"/>
|
<xsl:param name="preface.autolabel" select="0"/>
|
||||||
<xsl:param name="qandadiv.autolabel" select="1"/>
|
<xsl:param name="qandadiv.autolabel" select="1"/>
|
||||||
<xsl:param name="section.autolabel" select="1"/>
|
<xsl:param name="section.autolabel" select="1"/>
|
||||||
|
|
||||||
|
<xsl:param name="use.id.as.filename" select="'1'"/>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue