[hibernate-commits] Hibernate SVN: r10501 - trunk/HibernateExt/tools/doc/reference/en/modules

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Sep 21 02:29:01 EDT 2006


Author: max.andersen at jboss.com
Date: 2006-09-21 02:28:59 -0400 (Thu, 21 Sep 2006)
New Revision: 10501

Modified:
   trunk/HibernateExt/tools/doc/reference/en/modules/codegenarchitecture.xml
   trunk/HibernateExt/tools/doc/reference/en/modules/plugins.xml
Log:
validaiton errors

Modified: trunk/HibernateExt/tools/doc/reference/en/modules/codegenarchitecture.xml
===================================================================
--- trunk/HibernateExt/tools/doc/reference/en/modules/codegenarchitecture.xml	2006-09-20 21:18:03 UTC (rev 10500)
+++ trunk/HibernateExt/tools/doc/reference/en/modules/codegenarchitecture.xml	2006-09-21 06:28:59 UTC (rev 10501)
@@ -25,12 +25,12 @@
 
     <para><mediaobject>
         <imageobject role="fo">
-          <imagedata fileref="images/architecture.png" format="png" />
+          <imagedata fileref="images/architecture.png" format="PNG" />
         </imageobject>
 
         <imageobject role="html">
           <imagedata align="center"
-                     fileref="../shared/images/architecture.png" format="png" />
+                     fileref="../shared/images/architecture.png" format="PNG" />
         </imageobject>
       </mediaobject></para>
 
@@ -54,7 +54,7 @@
 
     <para>Users can provide their own customer Exporter's, either by custom
     classes implementing the Exporter interface or simply be providing custom
-    templates. This is documented at <xref linkend="hbmtemplate" /></para>
+    templates. This is documented at <xref linkend="hbmtemplate"/></para>
 
         <para>NOTICE: This release uses Velocity for the templates. The next
         release might move to an alternative template engine.</para>

Modified: trunk/HibernateExt/tools/doc/reference/en/modules/plugins.xml
===================================================================
--- trunk/HibernateExt/tools/doc/reference/en/modules/plugins.xml	2006-09-20 21:18:03 UTC (rev 10500)
+++ trunk/HibernateExt/tools/doc/reference/en/modules/plugins.xml	2006-09-21 06:28:59 UTC (rev 10501)
@@ -52,13 +52,13 @@
 
     <mediaobject>
       <imageobject role="fo">
-        <imagedata fileref="images/hibernatecfgwizard.gif" format="gif" contentwidth="5cm" />
+        <imagedata fileref="images/hibernatecfgwizard.gif" format="GIF" contentwidth="5cm" />
       </imageobject>
 
       <imageobject role="html">
         <imagedata align="center"
                    fileref="../shared/images/hibernatecfgwizard.gif"
-                   format="gif" />
+                   format="GIF" />
       </imageobject>
     </mediaobject>
 
@@ -79,11 +79,9 @@
   </section>
 
   <section>
-     
-
     <title>Creating a Hibernate Console configuration</title>
 
-     A Console Configuration describes to the Hibernate plugin which configuration files should be used to configure hibernate, including which classpath is needed to load the POJO's, JDBC drivers etc. It is required to make usage of query prototyping, reverse engineering and code generation. You can have multiple named console configurations. Normally you would just need one per project, but more (or less) is definitly possible. 
+    <para>A Console Configuration describes to the Hibernate plugin which configuration files should be used to configure hibernate, including which classpath is needed to load the POJO's, JDBC drivers etc. It is required to make usage of query prototyping, reverse engineering and code generation. You can have multiple named console configurations. Normally you would just need one per project, but more (or less) is definitly possible. </para>
 
     <para>You create a console configuration by running the Console
     Configuration wizard, shown in the following screenshot. The same wizard
@@ -102,7 +100,7 @@
       <imageobject role="html">
         <imagedata align="center"
                    fileref="../shared/images/consolecfgwizard.gif"
-                   format="gif" />
+                   format="GIF" />
       </imageobject>
     </mediaobject>
 
@@ -278,7 +276,7 @@
       <imageobject role="html">
         <imagedata align="center"
                    fileref="../shared/images/consoleoutline-before-reveng.gif"
-                   format="gif" />
+                   format="GIF" />
       </imageobject>
     </mediaobject>
 
@@ -315,7 +313,7 @@
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/codegendropdown.gif"
-                     format="gif" />
+                     format="GIF" />
         </imageobject>
       </mediaobject>
 
@@ -332,7 +330,7 @@
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/codegenmaintab.gif"
-                     format="gif" />
+                     format="GIF" />
         </imageobject>
       </mediaobject>
 
@@ -472,7 +470,7 @@
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/codegenexporters.gif"
-                     format="gif" />
+                     format="GIF" />
         </imageobject>
       </mediaobject>
 
@@ -582,7 +580,7 @@
       <imageobject role="html">
         <imagedata align="center"
                    fileref="../shared/images/hbmxmlcompletion.gif"
-                   format="gif" />
+                   format="GIF" />
       </imageobject>
     </mediaobject>
 
@@ -669,13 +667,13 @@
       <para><mediaobject>
           <imageobject role="fo">
             <imagedata fileref="images/cfgxml-propertycomplete.png"
-                       format="png" />
+                       format="PNG" />
           </imageobject>
 
           <imageobject role="html">
             <imagedata align="center"
                        fileref="../shared/images/cfgxml-propertycomplete.png"
-                       format="png" />
+                       format="PNG" />
           </imageobject>
         </mediaobject></para>
     </section>
@@ -709,13 +707,13 @@
 
     <para><mediaobject>
         <imageobject role="fo">
-          <imagedata fileref="images/revengxml_overview.png" format="png" />
+          <imagedata fileref="images/revengxml_overview.png" format="PNG" />
         </imageobject>
 
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/revengxml_overview.png"
-                     format="png" />
+                     format="PNG" />
         </imageobject>
       </mediaobject></para>
 
@@ -725,13 +723,13 @@
 
     <para><mediaobject>
         <imageobject role="fo">
-          <imagedata fileref="images/revengxml_tablefilters.png" format="png" />
+          <imagedata fileref="images/revengxml_tablefilters.png" format="PNG" />
         </imageobject>
 
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/revengxml_tablefilters.png"
-                     format="png" />
+                     format="PNG" />
         </imageobject>
       </mediaobject></para>
 
@@ -741,13 +739,13 @@
 
     <para><mediaobject>
         <imageobject role="fo">
-          <imagedata fileref="images/revengxml_typemappings.png" format="png" />
+          <imagedata fileref="images/revengxml_typemappings.png" format="PNG" />
         </imageobject>
 
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/revengxml_typemappings.png"
-                     format="png" />
+                     format="PNG" />
         </imageobject>
       </mediaobject></para>
 
@@ -757,13 +755,13 @@
 
     <para><mediaobject>
         <imageobject role="fo">
-          <imagedata fileref="images/revengxml_tablescolumn.png" format="png" />
+          <imagedata fileref="images/revengxml_tablescolumn.png" format="PNG" />
         </imageobject>
 
         <imageobject role="html">
           <imagedata align="center"
                      fileref="../shared/images/revengxml_tablescolumn.png"
-                     format="png" />
+                     format="PNG" />
         </imageobject>
       </mediaobject></para>
   </section>
@@ -781,8 +779,6 @@
 
       <title>Viewing the entity structure</title>
 
-       
-
       <para>To view your new configuration and entity/class structure, expand
       the Hibernate Console configuration by clicking on the + icon.</para>
 
@@ -792,7 +788,7 @@
       browse the class/entity structure and see the relationships.</para>
 
        
-
+<para>
       <mediaobject>
         <imageobject role="fo">
           <imagedata fileref="images/queryconsole.png" />
@@ -805,7 +801,7 @@
       </mediaobject>
 
        Hibernate Console perspective showing entity structure, query editor and result 
-
+</para>
       <section>
         <title>Class Diagram</title>
 
@@ -900,7 +896,7 @@
 
           <imageobject role="html">
             <imagedata align="center"
-                       fileref="../shared/images/properties.png" format="png" />
+                       fileref="../shared/images/properties.png" format="PNG" />
           </imageobject>
         </mediaobject></para>
     </section>




More information about the hibernate-commits mailing list