Author: mcaspers
Date: 2011-03-16 22:51:23 -0400 (Wed, 16 Mar 2011)
New Revision: 29847
Modified:
trunk/hibernatetools/docs/reference/en-US/ant.xml
trunk/hibernatetools/docs/reference/en-US/introduction.xml
trunk/hibernatetools/docs/reference/en-US/plugins.xml
trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml
Log:
"Fixed spelling errors"
Modified: trunk/hibernatetools/docs/reference/en-US/ant.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/ant.xml 2011-03-17 02:18:27 UTC (rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/ant.xml 2011-03-17 02:51:23 UTC (rev 29847)
@@ -120,7 +120,7 @@
</entry>
<entry>
- <para>A classpath to be used to resolve resources, such as mappings
and usertypes</para>
+ <para>A classpath to be used to resolve resources, such as mappings
and user types</para>
</entry>
<entry>
@@ -421,7 +421,7 @@
<title>JPA based configuration
(<jpaconfiguration>)</title>
<para>
- A <code><jpaconfiguration></code> tag is used when you
want to read the metamodel from JPA or Hibernate Annotation where you want to use the
auto-scan configuration as defined in the JPA spec (part of EJB3). In other words, when
you do not have a <filename>hibernate.cfg.xml</filename>, but instead have a
setup where you use a <filename>persistence.xml</filename> file packaged in a
JPA compliant manner.
+ A <code><jpaconfiguration></code> tag is used when you
want to read the metamodel from JPA or Hibernate Annotation where you want to use the
auto-scan configuration as defined in the JPA specification (part of EJB3). In other
words, when you do not have a <filename>hibernate.cfg.xml</filename>, but
instead have a setup where you use a <filename>persistence.xml</filename> file
packaged in a JPA compliant manner.
</para>
<para>
Modified: trunk/hibernatetools/docs/reference/en-US/introduction.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/introduction.xml 2011-03-17 02:18:27 UTC
(rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/introduction.xml 2011-03-17 02:51:23 UTC
(rev 29847)
@@ -4,7 +4,7 @@
<title>Introduction</title>
<para>
- <property>Hibernate Tools</property> is a toolset for <ulink
url="http://www.hibernate.org/">Hibernate 3</ulink> and related
projects. The tools provide Ant
+ <property>Hibernate Tools</property> is a collection of tools for <ulink
url="http://www.hibernate.org/">Hibernate 3</ulink> and related
projects. The tools provide Ant
tasks and Eclipse plugins for performing reverse engineering, code generation,
visualization
and interaction with Hibernate.</para>
@@ -159,7 +159,7 @@
There is some additional information on
<productname>Hibernate</productname> on the <ulink
url="http://www.jboss.org/community/wiki/JBossHibernate3">JBoss
Wiki</ulink> page.
</para>
<para>
- Nighly documentation builds are available <ulink
url="http://download.jboss.org/jbosstools/nightly-docs/">her...;.
+ Nightly documentation builds are available <ulink
url="http://download.jboss.org/jbosstools/nightly-docs/">her...;.
</para>
</section>
Modified: trunk/hibernatetools/docs/reference/en-US/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/plugins.xml 2011-03-17 02:18:27 UTC (rev
29846)
+++ trunk/hibernatetools/docs/reference/en-US/plugins.xml 2011-03-17 02:51:23 UTC (rev
29847)
@@ -100,7 +100,7 @@
<note>
<title>Note:</title>
<para>
- The contents in the combo boxes for the JDBC driver class and JDBC URL change
automatically, depending on the Dialect and actual driver you have chosen.
+ The contents in the comboboxes for the JDBC driver class and JDBC URL change
automatically, depending on the Dialect and actual driver you have chosen.
</para>
</note>
<para>
@@ -185,7 +185,7 @@
</entry>
<entry>
<para>
- Choose between "Core", "Annotations" and
"JPA". Note that the two latter requires running Eclipse IDE with a JDK
5 runtime, otherwise you will get classloading and/or version errors.
+ Choose between "Core", "Annotations" and
"JPA". Note that the two latter requires running Eclipse IDE with a JDK
5 runtime, otherwise you will get class loading and/or version errors.
</para>
</entry>
<entry>
@@ -310,7 +310,7 @@
<para>Naming strategy</para>
</entry>
<entry>
- <para>Fully qualified classname of a custom
<code>NamingStrategy</code>. Only required if you use a special naming
strategy.</para>
+ <para>Fully qualified class name of a custom
<code>NamingStrategy</code>. Only required if you use a special naming
strategy.</para>
</entry>
<entry>
<para>No default value</para>
@@ -321,7 +321,7 @@
<para>Entity resolver</para>
</entry>
<entry>
- <para>Fully qualified classname of a custom
<code>EntityResolver</code>. Only required if you have special XML entity
includes in your mapping files.</para>
+ <para>Fully qualified class name of a custom
<code>EntityResolver</code>. Only required if you have special XML entity
includes in your mapping files.</para>
</entry>
<entry>
<para>No default value</para>
Modified: trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml 2011-03-17 02:18:27
UTC (rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml 2011-03-17 02:51:23
UTC (rev 29847)
@@ -35,7 +35,7 @@
<note>
<title>Note:</title>
<para>
- Many databases have case-sensitive names, so if a table does not match, and you
are sure it is not excluded by a <code><table-filter></code>,
check that the case matches. Most databases stores table names in uppercase.
+ Many databases have case-sensitive names, so if a table does not match, and you
are sure it is not excluded by a <code><table-filter></code>,
check that the case matches. Most databases stores table names in upper case.
</para>
</note>