[hibernate-commits] Hibernate SVN: r18847 - core/trunk/entitymanager/src/main/docbook/en.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Feb 21 12:36:28 EST 2010


Author: steve.ebersole at jboss.com
Date: 2010-02-21 12:36:27 -0500 (Sun, 21 Feb 2010)
New Revision: 18847

Modified:
   core/trunk/entitymanager/src/main/docbook/en/master.xml
Log:
Moved biblio to end; fixed bookinfo

Modified: core/trunk/entitymanager/src/main/docbook/en/master.xml
===================================================================
--- core/trunk/entitymanager/src/main/docbook/en/master.xml	2010-02-20 07:44:19 UTC (rev 18846)
+++ core/trunk/entitymanager/src/main/docbook/en/master.xml	2010-02-21 17:36:27 UTC (rev 18847)
@@ -21,41 +21,33 @@
   ~ Free Software Foundation, Inc.
   ~ 51 Franklin Street, Fifth Floor
   ~ Boston, MA  02110-1301  USA
-  --><!-- This document was created with Syntext Serna Free. -->
+  -->
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-        <!ENTITY versionNumber "3.4.0.GA">
-        <!ENTITY copyrightYear "2004">
-        <!ENTITY copyrightHolder "Red Hat Inc.">
-        ]>
+<!ENTITY versionNumber "WORKING">
+]>
+
 <book>
+
   <bookinfo>
     <title>Hibernate EntityManager</title>
     <subtitle>User guide</subtitle>
-    <releaseinfo>&versionNumber;</releaseinfo>
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="images/hibernate_logo_a.png" format="PNG"/>
-      </imageobject>
-    </mediaobject>
+        <releaseinfo>&versionNumber;</releaseinfo>
+        <edition>1.0</edition>
+        <pubsnumber>1</pubsnumber>
+        <pubdate>&today;</pubdate>
+        <productnumber>&versionNumber;</productnumber>
+        <issuenum>1</issuenum>
+        <mediaobject>
+            <imageobject>
+                <imagedata fileref="images/hibernate_logo_a.png" format="PNG"/>
+            </imageobject>
+        </mediaobject>
+        <copyright>
+            <year>2005</year>
+            <holder>Red Hat Inc.</holder>
+        </copyright>
   </bookinfo>
-  <bibliography>
-    <title>References</title>
-    <biblioentry id="JPA2">
-      <abbrev id="JPA2_ABBREV">JPA 2 Specification</abbrev>
-      <title>JSR 317: <trademark>Java</trademark> Persistence API, Version 2.0 </title>
-      <collab>
-        <collabname>Java Persistence 2.0 Expert Group</collabname>
-      </collab>
-      <copyright>
-        <year>2009</year>
-        <holder>SUN MICROSYSTEMS, INC.</holder>
-      </copyright>
-      <bibliomisc>
-        <email>jsr-317-feedback at sun.com</email>
-        <ulink url="http://jcp.org/en/jsr/detail?id=317">JSR 317 JCP Page</ulink>
-      </bibliomisc>
-    </biblioentry>
-  </bibliography>
+
   <toc/>
   <preface>
     <title>Introducing EJB3 Persistence</title>
@@ -84,4 +76,24 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/query_ejbql.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/query_criteria.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/query_native.xml"/>
+
+  <bibliography>
+    <title>References</title>
+    <biblioentry id="JPA2">
+      <abbrev id="JPA2_ABBREV">JPA 2 Specification</abbrev>
+      <title>JSR 317: <trademark>Java</trademark> Persistence API, Version 2.0 </title>
+      <collab>
+        <collabname>Java Persistence 2.0 Expert Group</collabname>
+      </collab>
+      <copyright>
+        <year>2009</year>
+        <holder>SUN MICROSYSTEMS, INC.</holder>
+      </copyright>
+      <bibliomisc>
+        <email>jsr-317-feedback at sun.com</email>
+        <ulink url="http://jcp.org/en/jsr/detail?id=317">JSR 317 JCP Page</ulink>
+      </bibliomisc>
+    </biblioentry>
+  </bibliography>
+
 </book>



More information about the hibernate-commits mailing list