Author: ochikvina
Date: 2008-01-04 12:46:57 -0500 (Fri, 04 Jan 2008)
New Revision: 5521
Modified:
trunk/hibernatetools/docs/reference/en/modules/codegenarchitecture.xml
trunk/hibernatetools/docs/reference/en/modules/setup.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-236 - adding highlighting
Modified: trunk/hibernatetools/docs/reference/en/modules/codegenarchitecture.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/codegenarchitecture.xml 2008-01-04
17:45:51 UTC (rev 5520)
+++ trunk/hibernatetools/docs/reference/en/modules/codegenarchitecture.xml 2008-01-04
17:46:57 UTC (rev 5521)
@@ -21,9 +21,7 @@
<para>
<itemizedlist>
<listitem>
- <para>A <emphasis>
- <property>Core configuration</property>
- </emphasis> uses Hibernate Core and supports reading <emphasis>
+ <para>A Core configuration uses Hibernate Core and supports reading
<emphasis>
<property>hbm.xml</property>
</emphasis> files, requires a <emphasis>
<property>hibernate.cfg.xml</property>
@@ -33,9 +31,7 @@
</listitem>
<listitem>
- <para>An <emphasis>
- <property>Annotation configuration</property>
- </emphasis> uses Hibernate Annotations and supports <emphasis>
+ <para>An Annotation configuration uses Hibernate Annotations and supports
<emphasis>
<property>hbm.xml</property>
</emphasis> and annotated classes, requires a <emphasis>
<property>hibernate.cfg.xml</property>
@@ -45,9 +41,7 @@
</listitem>
<listitem>
- <para>A <emphasis>
- <property>JPA configuration</property>
- </emphasis> uses a Hibernate EntityManager and supports
<emphasis>
+ <para>A JPA configuration uses a Hibernate EntityManager and supports
<emphasis>
<property>hbm.xml</property>
</emphasis> and annotated classes requires that the project has a
<emphasis>
<property>META-INF/persistence.xml</property>
@@ -57,9 +51,7 @@
</listitem>
<listitem>
- <para>A <emphasis>
- <property>JDBC configuration</property>
- </emphasis> uses <property>Hibernate Tools</property>
reverse engineering and reads its
+ <para>A JDBC configuration uses <property>Hibernate
Tools</property> reverse engineering and reads its
mappings via JDBC metadata + additional reverse engineering files
(reveng.xml).
Automatically used in Eclipse when doing reverse engineering from JDBC and
named
<emphasis>
Modified: trunk/hibernatetools/docs/reference/en/modules/setup.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/setup.xml 2008-01-04 17:45:51 UTC (rev
5520)
+++ trunk/hibernatetools/docs/reference/en/modules/setup.xml 2008-01-04 17:46:57 UTC (rev
5521)
@@ -69,11 +69,7 @@
<property>hibernate-tools.jar</property>
</emphasis> and associated libraries. The libraries are included in the
distribution from the
Hibernate website and the Eclipse updatesite. The libraries are located in the
eclipse plugins
- directory at <emphasis>
- <property>
-
<literal>/plugins/org.hibernate.eclipse.x.x.x/lib/tools/.</literal>
- </property>
- </emphasis>These libraries are 100% independent from the eclipse platform.
How to use these
- via ant tasks are described in the Ant chapter.</para>
+ directory at /plugins/org.hibernate.eclipse.x.x.x/lib/tools/. These libraries are
100% independent from the eclipse platform. How to use these
+ via ant tasks are described in the <link linkend="ant">Ant
Tools</link> chapter.</para>
</section>
</chapter>