Author: ochikvina
Date: 2008-04-29 06:25:27 -0400 (Tue, 29 Apr 2008)
New Revision: 7884
Modified:
trunk/hibernatetools/docs/reference/en/master.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - Key Features chapter is created in Hibernate
tools guide
Modified: trunk/hibernatetools/docs/reference/en/master.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/master.xml 2008-04-29 10:12:10 UTC (rev 7883)
+++ trunk/hibernatetools/docs/reference/en/master.xml 2008-04-29 10:25:27 UTC (rev 7884)
@@ -2,6 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"http://www.oasis-open.org/docbook/xml/4.3CR3/docbookx.dtd"
[
+<!ENTITY preface SYSTEM "modules/preface.xml">
<!ENTITY setup SYSTEM "modules/setup.xml">
<!ENTITY codegenarchitecture SYSTEM "modules/codegenarchitecture.xml">
<!ENTITY plugins SYSTEM "modules/plugins.xml">
@@ -34,12 +35,14 @@
</mediaobject>
</bookinfo>
<toc/>
- <preface>
- <title>Preface</title>
-
- <para>Hibernate Tools is a toolset for <ulink
url="http://www.hibernate.org/6.html">Hibernate
- 3</ulink> and <ulink
url="http://www.hibernate.org/27.html">related projects</ulink>. The
- tools provide Ant tasks and Eclipse plugins for performing reverse engineering,
code
- generation, visualization and interaction with Hibernate.</para>
- </preface> &setup; &codegenarchitecture; &plugins; &ant;
&reveng;
- &codegen; </book>
+
+ &preface;
+ &setup;
+ &codegenarchitecture;
+ &plugins;
+ &ant;
+ &reveng;
+ &codegen;
+
+
+ </book>