[jboss-cvs] JBossAS SVN: r102179 - projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 9 20:02:27 EST 2010


Author: laubai
Date: 2010-03-09 20:02:26 -0500 (Tue, 09 Mar 2010)
New Revision: 102179

Added:
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.ent
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.xml
Removed:
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.ent
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.xml
Modified:
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Book_Info.xml
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/basic_mapping.xml
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/collection_mapping.xml
   projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml
Log:
Added workaround for https://bugzilla.redhat.com/show_bug.cgi?id=570046 so that book will build with Publican 1.6.

Modified: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Book_Info.xml	2010-03-10 00:16:07 UTC (rev 102178)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Book_Info.xml	2010-03-10 01:02:26 UTC (rev 102179)
@@ -2,13 +2,13 @@
 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 ]>
 
-<bookinfo id="Hibernate_Core_Reference_Guide_CP01">
-	<title>Hibernate Core Reference Guide CP01</title>
-	<subtitle>for Use with JBoss Enterprise Application Platform 5.0 Cumulative Patch 1</subtitle>
+<bookinfo id="Hibernate_Core_Reference_Guide">
+	<title>Hibernate Core Reference Guide</title>
+	<subtitle>for Use with JBoss Enterprise Application Platform 5.0</subtitle>
 	<edition>1.0</edition>
 	<pubsnumber>1</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>
-	<productnumber>5.0</productnumber>
+	<productnumber>5.0.1</productnumber>
 	<!--<pubdate>,  2009</pubdate>-->
 	<isbn>N/A</isbn>
 	<abstract><para>The JBoss Enterprise Application Platform Edition of the Hibernate Core Reference Guide</para>

Copied: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.ent (from rev 102176, projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.ent)
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.ent	                        (rev 0)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.ent	2010-03-10 01:02:26 UTC (rev 102179)
@@ -0,0 +1,4 @@
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2010">
+<!ENTITY JBPAPP "JBoss Enterprise Application Platform">
+<!ENTITY VER "5.0.1">

Copied: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.xml (from rev 102176, projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.xml)
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide.xml	2010-03-10 01:02:26 UTC (rev 102179)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding="UTF-8"?>
+<!--
+  ~ Hibernate, Relational Persistence for Idiomatic Java
+  ~
+  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
+  ~ indicated by the @author tags or express copyright attribution
+  ~ statements applied by the authors.  All third-party contributions are
+  ~ distributed under license by Red Hat Middleware LLC.
+  ~
+  ~ This copyrighted material is made available to anyone wishing to use, modify,
+  ~ copy, or redistribute it subject to the terms and conditions of the GNU
+  ~ Lesser General Public License, as published by the Free Software Foundation.
+  ~
+  ~ This program is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+  ~ for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public License
+  ~ along with this distribution; if not, write to:
+  ~ Free Software Foundation, Inc.
+  ~ 51 Franklin Street, Fifth Floor
+  ~ Boston, MA  02110-1301  USA
+  -->
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<book>
+
+    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="persistent_classes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="basic_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="collection_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="association_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="component_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="inheritance_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="session_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="batch.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="query_hql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="query_criteria.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="query_sql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="filters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="performance.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="toolset_guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="example_parentchild.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="example_weblog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="example_mappings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="best_practices.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="portability.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+</book>
+

Deleted: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.ent
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.ent	2010-03-10 00:16:07 UTC (rev 102178)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.ent	2010-03-10 01:02:26 UTC (rev 102179)
@@ -1,4 +0,0 @@
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2010">
-<!ENTITY JBPAPP "JBoss Enterprise Application Platform">
-<!ENTITY VER "5.0">

Deleted: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.xml	2010-03-10 00:16:07 UTC (rev 102178)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/Hibernate_Core_Reference_Guide_CP01.xml	2010-03-10 01:02:26 UTC (rev 102179)
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!--
-  ~ Hibernate, Relational Persistence for Idiomatic Java
-  ~
-  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
-  ~ indicated by the @author tags or express copyright attribution
-  ~ statements applied by the authors.  All third-party contributions are
-  ~ distributed under license by Red Hat Middleware LLC.
-  ~
-  ~ This copyrighted material is made available to anyone wishing to use, modify,
-  ~ copy, or redistribute it subject to the terms and conditions of the GNU
-  ~ Lesser General Public License, as published by the Free Software Foundation.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
-  ~ for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public License
-  ~ along with this distribution; if not, write to:
-  ~ Free Software Foundation, Inc.
-  ~ 51 Franklin Street, Fifth Floor
-  ~ Boston, MA  02110-1301  USA
-  -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-
-<book>
-
-    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="persistent_classes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="basic_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="collection_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="association_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="component_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="inheritance_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="session_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="batch.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="query_hql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="query_criteria.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="query_sql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="filters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="performance.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="toolset_guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="example_parentchild.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="example_weblog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="example_mappings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="best_practices.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="portability.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>
-

Modified: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/basic_mapping.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/basic_mapping.xml	2010-03-10 00:16:07 UTC (rev 102178)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/basic_mapping.xml	2010-03-10 01:02:26 UTC (rev 102179)
@@ -628,7 +628,7 @@
         unsaved-value="null|any|none|undefined|id_value"
         access="field|property|ClassName">
         node="element-name|@attribute-name|element/@attribute|."
-
+ 
         <generator class="generatorClass"/>
 </id>]]></programlisting>
                 <calloutlist>
@@ -2152,7 +2152,7 @@
         unique="true|false"
         node="element-name|."
 >
-
+ 
         <property ...../>
         <many-to-one .... />
         ........
@@ -2257,7 +2257,7 @@
         optimistic-lock="true|false"
         unique="true|false"
 >
-
+ 
         <property ...../>
         <many-to-one .... />
         ........
@@ -2360,7 +2360,7 @@
         entity-name="EntityName"
         node="element-name"
         extends="SuperclassName">
-
+ 
         <property .... />
         .....
 </subclass>]]></programlisting>
@@ -2435,9 +2435,9 @@
         subselect="SQL expression"
         entity-name="EntityName"
         node="element-name">
-
+ 
         <key .... >
-
+ 
         <property .... />
         .....
 </joined-subclass>]]></programlisting>
@@ -2548,9 +2548,9 @@
         subselect="SQL expression"
         entity-name="EntityName"
         node="element-name">
-
+ 
         <property .... />
-        .....
+        ..... 
 </union-subclass>]]></programlisting>
                 <calloutlist>
                     <callout arearefs="unionsubclass1">
@@ -2612,9 +2612,9 @@
         fetch="join|select"
         inverse="true|false"
         optional="true|false">
-
+ 
         <key ... />
-
+ 
         <property ... />
         ...
 </join>]]></programlisting>

Modified: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/collection_mapping.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/collection_mapping.xml	2010-03-10 00:16:07 UTC (rev 102178)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/collection_mapping.xml	2010-03-10 01:02:26 UTC (rev 102179)
@@ -169,7 +169,7 @@
     node="element-name|."
     embed-xml="true|false"
 >
-
+ 
     <key .... />
     <map-key .... />
     <element .... />

Modified: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml	2010-03-10 00:16:07 UTC (rev 102178)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml	2010-03-10 01:02:26 UTC (rev 102179)
@@ -1441,4 +1441,4 @@
 
     </sect1>
 
-</chapter>
\ No newline at end of file
+</chapter>




More information about the jboss-cvs-commits mailing list