Author: mcaspers
Date: 2011-03-03 22:26:16 -0500 (Thu, 03 Mar 2011)
New Revision: 29501
Modified:
trunk/hibernatetools/docs/reference/en-US/ant.xml
Log:
"General editing and screenshot updates"
Modified: trunk/hibernatetools/docs/reference/en-US/ant.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/ant.xml 2011-03-04 03:19:54 UTC (rev 29500)
+++ trunk/hibernatetools/docs/reference/en-US/ant.xml 2011-03-04 03:26:16 UTC (rev 29501)
@@ -429,11 +429,11 @@
</para>
<para>
- The <code>persistenceunit</code> attribute can be used to select a
specific persistence unit. If no <code>persistenceunit</code> attribute is
specified it will automatically search for one and if a unique one is found, use it.
However, having multiple persistence units will result in an error.
+ The <code>persistenceunit</code> attribute can be used to select a
specific persistence unit. If no <code>persistenceunit</code> attribute is
specified it will automatically search for one, and if a unique one is found, use it.
However, having multiple persistence units will result in an error.
</para>
<para>
- To use a <code><jpaconfiguration></code> tag you will
need to specify some additional JARs from Hibernate EntityManager in the
<code><taskdef></code> section of the hibernatetool. The
following demonstrates a full setup:
+ To use a <code><jpaconfiguration></code> tag you will
need to specify some additional JARs from the Hibernate EntityManager in the
<code><taskdef></code> section of the hibernatetool. The
following demonstrates a full setup:
</para>
<programlisting role="XML"><![CDATA[<path
id="ejb3toolslib">
@@ -466,7 +466,7 @@
<note>
<title>Note:</title>
<para>
- ejb3configuration was the name used in previous versions. It still works but
will display a warning telling you to use <literal>jpaconfiguration</literal>
instead.
+ <literal>ejb3configuration</literal> was the name used in previous
versions. It still works but will display a warning telling you to use
<literal>jpaconfiguration</literal> instead.
</para>
</note>
Show replies by date