[hibernate-commits] Hibernate SVN: r17086 - core/trunk/documentation/manual/src/main/docbook/en-US/content.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jul 13 19:36:35 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-07-13 19:36:34 -0400 (Mon, 13 Jul 2009)
New Revision: 17086

Modified:
   core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
   core/trunk/documentation/manual/src/main/docbook/en-US/content/inheritance_mapping.xml
   core/trunk/documentation/manual/src/main/docbook/en-US/content/query_hql.xml
   core/trunk/documentation/manual/src/main/docbook/en-US/content/toolset_guide.xml
Log:
HHH-4037 - Fixing build errors in documentation/manual


Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2009-07-13 23:33:40 UTC (rev 17085)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2009-07-13 23:36:34 UTC (rev 17086)
@@ -944,7 +944,7 @@
         </sect2>
 
         <sect2 id="mapping-declaration-id-enhanced">
-            <title>Enhanced identifier generators</title>composite
+            <title>Enhanced identifier generators</title>
 
             <para>
                 Starting with release 3.2.3, there are 2 new generators which represent a re-thinking of 2 different
@@ -2284,7 +2284,7 @@
                             <literal>update</literal>: do the mapped columns appear in SQL
                             <literal>UPDATEs</literal>?
                         </para>
-                    </callout>n
+                    </callout>
                     <callout arearefs="properties4">
                             <para>
                                 <literal>optimistic-lock</literal> (optional - defaults to <literal>true</literal>):
@@ -2762,7 +2762,7 @@
                             key.
                         </para>
                     </callout>
-                    <callout arearefs="key6">file:///usr/share/doc/HTML/en-US/index.html
+                    <callout arearefs="key6">
                         <para>
                             <literal>unique</literal> (optional): specifies that the foreign key should have
                             a unique constraint. This is implied whenever the foreign key is also the primary key.
@@ -2942,7 +2942,7 @@
                         <para>
                             <literal>access</literal> (optional - defaults to <literal>property</literal>): the
                             strategy Hibernate uses for accessing the property value.
-                        </para>file:///usr/share/doc/HTML/en-US/index.html
+                        </para>
                     </callout>
                     <callout arearefs="any6">
                         <para>

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/inheritance_mapping.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/inheritance_mapping.xml	2009-07-13 23:33:40 UTC (rev 17085)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/inheritance_mapping.xml	2009-07-13 23:36:34 UTC (rev 17086)
@@ -442,7 +442,7 @@
             
         <table frame="topbot">
             <title>Features of inheritance mappings</title>
-            <tgroup cols='8' align='left' colsep='1' rowsep='1'>
+            <tgroup cols='9' align='left' colsep='1' rowsep='1'>
             <colspec colname='c1' colwidth="1*"/>
             <colspec colname='c2' colwidth="1*"/>
             <colspec colname='c3' colwidth="1*"/>
@@ -451,6 +451,7 @@
             <colspec colname='c6' colwidth="1*"/>
             <colspec colname='c7' colwidth="1*"/>
             <colspec colname='c8' colwidth="1*"/>
+            <colspec colname='c9' colwidth="1*"/>
             <thead>
             <row>
               <entry>Inheritance strategy</entry>

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/query_hql.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/query_hql.xml	2009-07-13 23:33:40 UTC (rev 17085)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/query_hql.xml	2009-07-13 23:36:34 UTC (rev 17086)
@@ -472,8 +472,9 @@
             This returns instances of <literal>Cat</literal> named 'Fritz'.
         </para>
 
-	<para>
-	The following query:
+		<para>
+			The following query:
+        </para>
         <programlisting><![CDATA[select foo
 from Foo foo, Bar bar
 where foo.startDate = bar.date]]></programlisting>

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/toolset_guide.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/toolset_guide.xml	2009-07-13 23:33:40 UTC (rev 17085)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/toolset_guide.xml	2009-07-13 23:36:34 UTC (rev 17086)
@@ -569,7 +569,8 @@
                 <literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis>
                 <literal>org.hibernate.tool.hbm2ddl.SchemaValidator</literal> <emphasis>options mapping_files</emphasis>
             </para>
-<para>The following table displays the <literal>SchemaValidator</literal> command line options:
+			<para>The following table displays the <literal>SchemaValidator</literal> command line options:
+			</para>
             <table frame="topbot">
                 <title><literal>SchemaValidator</literal> Command Line Options</title>
                 <tgroup cols="2">




More information about the hibernate-commits mailing list