[hibernate-commits] Hibernate SVN: r14597 - core/trunk/documentation/releasenotes/src/main/docbook/en-US.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 28 18:20:49 EDT 2008


Author: bsatguna
Date: 2008-04-28 18:20:49 -0400 (Mon, 28 Apr 2008)
New Revision: 14597

Added:
   core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
   core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
   core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
   core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
   core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml
Log:
adding a release notes xml files

Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
===================================================================
--- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml	                        (rev 0)
+++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml	2008-04-28 22:20:49 UTC (rev 14597)
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<authorgroup>
+	<corpauthor>FF0000 Headgear Documentation Group</corpauthor>
+	<author>
+		<firstname>Dude</firstname>
+		<surname>McDude</surname>
+		<affiliation>
+			<orgname>My Org</orgname>
+			<orgdiv>Best Div in the place</orgdiv>
+		</affiliation>
+		<email>dude.mcdude at myorg.org</email>
+	</author>
+</authorgroup>

Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
===================================================================
--- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml	                        (rev 0)
+++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml	2008-04-28 22:20:49 UTC (rev 14597)
@@ -0,0 +1,27 @@
+<?xml version='1.0'?>
+<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<articleinfo id="Release_Notes-Product_Name_and_Version">
+	<title>Product Name and Version</title>
+	<subtitle>Release Notes</subtitle>
+	<issuenum>0.1</issuenum>
+	<productnumber>0</productnumber>
+	<abstract><para>This book is about... (Be brief; this para is used for the RPM spec
+			file)</para>
+	</abstract>
+	<corpauthor><inlinemediaobject>
+			<imageobject>
+				<imagedata fileref="Common_Content/images/redhat-logo.svg" />
+			</imageobject>
+		</inlinemediaobject>
+	</corpauthor><copyright>
+		<year>&YEAR;</year>
+		<holder>&HOLDER;</holder>
+	</copyright>
+	<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</articleinfo>
+
+
+

Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
===================================================================
--- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent	                        (rev 0)
+++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent	2008-04-28 22:20:49 UTC (rev 14597)
@@ -0,0 +1,3 @@
+<!ENTITY PRODUCT "Hibernate Standalone">
+<!ENTITY BOOKID "Release_Notes">
+<!ENTITY VERSION "3.2.4.x">

Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
===================================================================
--- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml	                        (rev 0)
+++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml	2008-04-28 22:20:49 UTC (rev 14597)
@@ -0,0 +1,69 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<article id="HIB_Release_Notes">
+	<xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+	
+	<section id="Overview">		
+		<title>
+			Overview
+		</title>
+		<para>
+			These release notes contain important information regarding Hibernate &VERSION;. This document covers installation and migration notes, new features and bug fixes. 
+		</para>
+	
+		<section id="Background">
+			<title>Background</title>
+			<para>
+				Hibernate is a powerful object/relational mapping tool for building Java applications. It significantly reduces repetitive persistence related programming tasks by mapping the object model's data representation to a relational data model. The mapping feature eliminates paradigm mismatch issues caused by data handling between objects and relational databases. 			
+			</para>
+		</section>
+	</section>
+	<section id="Important_Notes">
+		<title>Installation And Migration Guide</title>
+		<para>
+			This section contains all information related to installing hibernate, testing the installation and running some examples.
+		</para>
+		<section id="Installation_Notes">
+			<title>Installation Notes</title>
+			<para>
+				Any information that the user must keep in mind before or during installation has to be specified here.
+			</para>
+		</section>
+		<section id="Migration_Guide">
+			<title>Migration Guide</title>
+			<para>
+				Information regarding upgrades  
+			</para>
+		</section>
+	</section>
+	<section id="Features_And_Bug_Fixes">
+		<title>New features and bug fixes</title>
+		<para>
+			All new features and bug fixes mentioned in these release notes are applicable to VERSION;. 
+		</para>
+		<section id="New_Features">
+			<title>New Features</title>
+			<para>
+				Provide a summary of new features applicable to this release. 
+			</para>
+		</section>
+		<section id="Bug_Fixes">
+			<title>Bug Fixes</title>
+			<para>
+				The following bugs have been addressed and resolved in this release.  
+			</para>
+		</section>
+	</section>
+	<section id="Documentation">
+		<title>Documentation</title>
+		<para>
+			 List all the documentation links here and where to find them. 
+		</para>		
+	</section>
+	<section id="Product_Support">
+		<title>Product Support</title>
+		<para>
+			List all the links here. 
+		</para>		
+	</section>
+</article>

Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml
===================================================================
--- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml	                        (rev 0)
+++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml	2008-04-28 22:20:49 UTC (rev 14597)
@@ -0,0 +1,20 @@
+<?xml version='1.0'?>
+<!DOCTYPE revhistory PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<revhistory>
+	<revision>
+		<revnumber>1.0</revnumber>
+		<date></date>
+		<author>
+			<firstname></firstname>
+			<surname></surname>
+			<email></email>
+		</author>
+		<revdescription>
+			<simplelist>
+				<member></member>
+			</simplelist>
+		</revdescription>
+	</revision>
+</revhistory>




More information about the hibernate-commits mailing list