Minor
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8514 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
538c30d8e5
commit
3e7c54a616
|
@ -75,7 +75,9 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Read <xref linkend="tutorial"/> for a tutorial with step-by-step
|
||||
instructions.
|
||||
instructions. The source code for the tutorial is included in the
|
||||
distribution in the <literal>doc/reference/tutorial/</literal>
|
||||
directory.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<chapter id="tutorial">
|
||||
<title>Introduction to Hibernate</title>
|
||||
|
||||
<sect1 id="tutorial-intro">
|
||||
<sect1 id="tutorial-intro" revision="1">
|
||||
<title>Preface</title>
|
||||
|
||||
<para>
|
||||
|
@ -16,6 +16,11 @@
|
|||
libraries we name are for JDK 1.4 and 5.0. You might need others for JDK 1.3.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The source code for the tutorial is included in the distribution in the
|
||||
<literal>doc/reference/tutorial/</literal> directory.
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="tutorial-firstapp" revision="1">
|
||||
|
|
Loading…
Reference in New Issue