mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 13:14:50 +00:00
ordering of hbm.xml is now not required when using extends. git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5011 1b8cb986-b30d-0410-93ca-fae66ebed9b2
We're using the DocBook XSL distribution for HTML and PDF generation. The best results can be achieved with the Saxon XSLT processor (don't use Xalan!) and the Apache FOP library. The documentation is generated with the distribution build.xml target 'doc<pdf|html|htmlsingle>'. christian@hibernate.org