HHH-5441 - Create "Getting Started Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20137 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
f0f82e4f1b
commit
5decc14492
|
@ -4,7 +4,7 @@
|
|||
%BOOK_ENTITIES;
|
||||
]>
|
||||
|
||||
<bookinfo id="Hibernate_Getting_Started_Guide">
|
||||
<bookinfo id="Hibernate_Getting_Started_Guide" xmlns="http://www.oasis-open.org/docbook/xml/4.5/">
|
||||
<title>Hibernate Getting Started Guide</title>
|
||||
<releaseinfo>&version;</releaseinfo>
|
||||
<edition>1.0</edition>
|
||||
|
@ -25,7 +25,5 @@
|
|||
<year>©rightYear;</year>
|
||||
<holder>©rightHolder;</holder>
|
||||
</copyright>
|
||||
|
||||
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
</bookinfo>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
%BOOK_ENTITIES;
|
||||
]>
|
||||
|
||||
<book>
|
||||
<book xmlns="http://www.oasis-open.org/docbook/xml/4.5/">
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml" />
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="content/preface.xml" />
|
||||
|
||||
|
@ -13,6 +13,4 @@
|
|||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="content/tutorial_native.xml" />
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="content/tutorial_annotations.xml" />
|
||||
|
||||
|
||||
</book>
|
Loading…
Reference in New Issue