[jboss-cvs] JBossAS SVN: r78140 - projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 7 22:22:25 EDT 2008


Author: irooskov at redhat.com
Date: 2008-09-07 22:22:25 -0400 (Sun, 07 Sep 2008)
New Revision: 78140

Added:
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.ent
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.xml
Removed:
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Getting_Started.xml
Modified:
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Architecture.xml
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Book_Info.xml
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Configuration.xml
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Introduction_To_Hibernate.xml
   projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Persistent_Classes.xml
Log:
upadted for build system


Modified: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Architecture.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Architecture.xml	2008-09-08 02:19:46 UTC (rev 78139)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Architecture.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -1,13 +1,8 @@
 <?xml version='1.0'?>
 
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml
-/4.3/docbookx.dtd"[
+/4.3/docbookx.dtd">
 
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
 <chapter id="architecture">
   <title>Architecture</title>
 
@@ -18,9 +13,9 @@
       A (very) high-level view of the Hibernate architecture:
     </para>
     <mediaobject>
-      <imageobject role="fo">
-        <imagedata fileref="images/overview.svg" format="SVG" align="center"/>
-      </imageobject>
+	    <!--   <imageobject role="fo">
+       <imagedata fileref="images/overview.svg" format="SVG" align="center"/>
+      </imageobject> -->
       <imageobject role="html">
         <imagedata fileref="../shared/images/overview.gif" format="GIF" align="center"/>
       </imageobject>
@@ -40,9 +35,9 @@
       subset of Hibernate's APIs:
     </para>
     <mediaobject>
-      <imageobject role="fo">
+  <!--    <imageobject role="fo">
         <imagedata fileref="images/lite.svg" format="SVG" align="center"/>
-      </imageobject>
+      </imageobject> -->
       <imageobject role="html">
         <imagedata fileref="../shared/images/lite.gif" format="GIF" align="center"/>
       </imageobject>
@@ -53,9 +48,9 @@
       details.
     </para>
     <mediaobject>
-      <imageobject role="fo">
+<!--      <imageobject role="fo">
         <imagedata fileref="images/full_cream.svg" format="SVG" align="center"/>
-      </imageobject>
+      </imageobject> -->
       <imageobject role="html">
         <imagedata fileref="../shared/images/full_cream.gif" format="GIF" align="center"/>
       </imageobject>

Modified: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Book_Info.xml	2008-09-08 02:19:46 UTC (rev 78139)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Book_Info.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -1,19 +1,14 @@
 <?xml version='1.0'?>
 
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"[
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
 <bookinfo>
-  <title>Getting Started</title>
-  <subtitle>for Use with JBoss Enterprise Application Platform</subtitle>
+  <title>Hibernate Getting Started Guide CP05</title>
+  	<subtitle>for Use with JBoss Enterprise Application Platform 4.2 CP05</subtitle>
 	<edition>1.0</edition>
-	<pubsnumber>6</pubsnumber>
-	<productname>Hibernate</productname>
-	<productnumber>4.2.5</productnumber>
+	<pubsnumber>1</pubsnumber>
+	<productname>JBoss Enterprise Application Platform</productname>
+	<productnumber>4.2</productnumber>
   <mediaobject>
     <imageobject>
       <imagedata fileref="Common_Content/images/rhlogo-chapter-title.png"/>
@@ -30,7 +25,7 @@
   </publisher>
   <copyright>
     <year>&YEAR;</year>
-    <holder>&FORMAL-RHI;</holder>
+    <holder>&HOLDER;</holder>
   </copyright>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Legal_Notice.xml"/>
 </bookinfo>

Modified: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Configuration.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Configuration.xml	2008-09-08 02:19:46 UTC (rev 78139)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Configuration.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -2,13 +2,8 @@
 
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/
 xml
-/4.3/docbookx.dtd"[
+/4.3/docbookx.dtd">
 
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
 <chapter id="session-configuration" revision="1">
   <title>Configuration</title>
 

Deleted: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Getting_Started.xml	2008-09-08 02:19:46 UTC (rev 78139)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Getting_Started.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -1,24 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
-<book id="Getting_Started" lang="en-US">
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Introduction_To_Hibernate.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Architecture.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Configuration.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Persistent_Classes.xml"/>
-
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
-
-</book>
-

Added: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.ent
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.ent	                        (rev 0)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.ent	2008-09-08 02:22:25 UTC (rev 78140)
@@ -0,0 +1,2 @@
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2008">

Added: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.xml	                        (rev 0)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Hibernate_Getting_Started_Guide_CP05.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
+<book id="Getting_Started" lang="en-US">
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Introduction_To_Hibernate.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Architecture.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Configuration.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Persistent_Classes.xml"/>
+
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+
+</book>
+

Modified: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Introduction_To_Hibernate.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Introduction_To_Hibernate.xml	2008-09-08 02:19:46 UTC (rev 78139)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Introduction_To_Hibernate.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -2,13 +2,8 @@
 
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/
 xml
-/4.3/docbookx.dtd"[
+/4.3/docbookx.dtd">
 
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
 <chapter id="tutorial">
   <title>Introduction to Hibernate</title>
 

Modified: projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Persistent_Classes.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Persistent_Classes.xml	2008-09-08 02:19:46 UTC (rev 78139)
+++ projects/docs/enterprise/4.2.5/Hibernate/Getting_Started/en-US/Persistent_Classes.xml	2008-09-08 02:22:25 UTC (rev 78140)
@@ -2,13 +2,8 @@
 
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/
 xml
-/4.3/docbookx.dtd"[
+/4.3/docbookx.dtd">
 
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
-
-]>
-
 <chapter id="persistent-classes" revision="2">
   <title>Persistent Classes</title>
 




More information about the jboss-cvs-commits mailing list