diff --git a/documentation/pom.xml b/documentation/pom.xml
index 27f591108a..21ea74e6f0 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -17,7 +17,6 @@
Grouping of Hibernate Core Project documentation modules
- releasenotes
manual
envers
- process-resources
-
- translate
-
-
-
-
-
- org.hibernate
- hibernate-jdocbook-style
- 1.0.2
- jdocbook-style
-
-
-
- en-US/Release_Notes.xml
- en-US
-
- ${basedir}/src/main/docbook/en-US
-
- **/*.svg
- **/*.png
-
-
-
-
- pdf
- classpath:/xslt/hibernate/pdf/main-pdf.xsl
- Release_Notes.pdf
- two_pass
-
-
- html_single
- classpath:/xslt/hibernate/html/main-single.xsl
- index.html
- two_pass
-
-
- html
- classpath:/xslt/hibernate/html/main-chunk.xsl
- index.html
- two_pass
-
-
-
- true
- -
- true
-
-
-
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml b/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml
deleted file mode 100644
index a6e54584bd..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- Hibernate
- Release Notes
- 3.3.0
- 1
- This document provides the release notes for Hibernate &VERSION;.
-
-
- &YEAR;
- &HOLDER;
-
-
-
\ No newline at end of file
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml b/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
deleted file mode 100644
index 8067c374e1..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Redhat Documentation Group
-
-
-
- My Org
- Best Div in the place
-
- dude.mcdude@myorg.org
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml b/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
deleted file mode 100644
index afdbc0f0a0..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
- Hibernate
- Release Notes
- 0.1
- 0
- This book is about... (Be brief; this para is used for the RPM spec
- file)
-
-
-
-
-
-
-
- &YEAR;
- &HOLDER;
-
-
-
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Boilerplate.xml b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Boilerplate.xml
deleted file mode 100644
index d30cdb1c26..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Boilerplate.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-%BOOK_ENTITIES;
-
-%RH_ENTITIES;
-
-]>
-
-
- Copyright 2007 by Red Hat,
- Inc. This material may be distributed only subject to the terms and
- conditions set forth in the Open Publication License, V1.0 or later
- (the latest version is presently available at
- http://www.opencontent.org/openpub/).
-
-
- Distribution of substantively modified versions of this document is
- prohibited without the explicit permission of the copyright holder.
-
-
- Distribution of the work or derivative of the work in any standard
- (paper) book form for commercial purposes is prohibited unless prior
- permission is obtained from the copyright holder.
-
-
- Red Hat and the Red Hat "Shadow Man" logo are registered trademarks of
- Red Hat, Inc. in the United States and other countries.
-
-
- All other trademarks referenced herein are the property of their
- respective owners.
-
-
- The GPG fingerprint of the security@redhat.com key is:
-
-
- CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E
-
-
-1801 Varsity Drive
-Raleigh, NC 27606-2072
-USA
-Phone: +1 919 754 3700
-Phone: 888 733 4281
-Fax: +1 919 754 3701
-PO Box 13588
-Research Triangle Park, NC 27709
-USA
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Code-Conventions.xml b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Code-Conventions.xml
deleted file mode 100644
index 752c96b658..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Code-Conventions.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-%BOOK_ENTITIES;
-
-%RH_ENTITIES;
-
-]>
-
- Code Presentation Conventions
-
-
- In addition to the standard document conventions covered in
- , there are some additional
- conventions related specifically to discussing source code:
-
-
-
-
- classname
-
-
- This is the name of a class in an object-oriented
- (OO) programming language. For example, the
- class
- com.arsdigita.categorization.CategoryTreeNode
- .
-
-
-
-
-
- method name
-
-
- This is the name of a method in an OO programming language, e.g.
- the method
- getBaseDataObjectType
- .
-
-
-
-
-
- function
-
-
- The name of a function or subroutine, as in a programming language.
- For example, the function
- SecurityLogger.warn()
- .
-
-
-
-
-
- variable name
-
-
- The name of a variable. For example, the variable
- BASE_DATA_OBJECT_TYPE
- .
-
-
-
-
-
-
-
-
- An option for a software command or
- Method
- . For example, a user has been granted
- privileges on an object.
-
-
-
-
-
- return value
-
-
- The value returned by a function. For example, a method returns
- null
- .
-
-
-
-
-
- program listing
-
-
- A literal listing of all or part of a program:
-
-
-pid = 0;
-}
-]]>
-
-
-
-
-
- first term
-
-
- The first occurrence of a term, such as the first time we introduce
- a bulletin-board and note its abbreviated
- form, bboard.
-
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Conventions.xml b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Conventions.xml
deleted file mode 100644
index aaccfea091..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Conventions.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-%BOOK_ENTITIES;
-]>
-
- Document Conventions
-
-
- Certain words in this manual are represented in different fonts,
- styles, and weights. This highlighting indicates that the word is part
- of a specific category. The categories include the following:
-
-
-
-
- Courier font
-
-
- Courier font represents commands, file
- names and paths, and
- prompts
- .
-
-
- When shown as below, it indicates computer output:
-
-Desktop about.html logs paulwesterberg.png
-Mail backupfiles mail reports
-
-
-
-
-
-
- bold Courier font
-
-
- Bold Courier font represents text that you are to type, such as:
- service jonas start
-
-
- If you have to run a command as root, the root prompt
- (#) precedes the command:
-
-
-# gconftool-2
-
-
-
-
-
-
- italic Courier font
-
-
- Italic Courier font represents a variable, such as an installation
- directory:
- install_dir/bin/
-
-
-
-
-
- bold font
-
-
- Bold font represents application
- programs and text found on a graphical
- interface.
-
-
- When shown like this: OK , it indicates a
- button on a graphical application interface.
-
-
-
-
-
-
- Additionally, the manual uses different strategies to draw your
- attention to pieces of information. In order of how critical the
- information is to you, these items are marked as follows:
-
-
-
- Note
-
-
- A note is typically information that you need to understand the
- behavior of the system.
-
-
-
- Tip
-
- A tip is typically an alternative way of performing a task.
-
-
-
- Important
-
-
- Important information is necessary, but possibly unexpected, such as
- a configuration change that will not persist after a reboot.
-
-
-
-
- Caution
-
-
- A caution indicates an act that would violate your support agreement,
- such as recompiling the kernel.
-
-
-
-
- Warning
-
-
- A warning indicates potential data loss, as may happen when tuning
- hardware for maximum performance.
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Entities.ent b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Entities.ent
deleted file mode 100644
index 88005cdb27..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Entities.ent
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-root">
-
-
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Feedback.xml b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Feedback.xml
deleted file mode 100644
index 642df2c461..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Feedback.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-%BOOK_ENTITIES;
-
-]>
-
- We Need Feedback!
-
- feedback
- contact information for this manual
-
-
- If you find a typographical error in this manual, or if you have thought of a way to make this manual better, we would love to hear from you! Please submit a report in Bugzilla: http://bugzilla.redhat.com/bugzilla/
- against the product &PRODUCT;.
-
-
-
- When submitting a bug report, be sure to mention the manual's identifier: &BOOKID;
-
-
-
- If you have a suggestion for improving the documentation, try to be as specific as possible when describing it. If you have found an error, please include the section number and some of the surrounding text so we can find it easily.
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Legal_Notice.xml b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Legal_Notice.xml
deleted file mode 100644
index 0f148b142c..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Legal_Notice.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-%BOOK_ENTITIES;
-
-%RH_ENTITIES;
-
-]>
-
-
- Copyright &YEAR; &HOLDER;. This material may only be distributed subject to the terms and conditions set forth in the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License (which is presently available at http://creativecommons.org/licenses/by-nc-sa/3.0/).
-
-
- Red Hat and the Red Hat "Shadow Man" logo are registered trademarks of Red Hat, Inc. in the United States and other countries.
-
-
- All other trademarks referenced herein are the property of their respective owners.
-
-
- The GPG fingerprint of the security@redhat.com key is:
-
-
- CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E
-
-
-1801 Varsity Drive
-Raleigh, NC 27606-2072
-USA
-Phone: +1 919 754 3700
-Phone: 888 733 4281
-Fax: +1 919 754 3701
-PO Box 13588
-Research Triangle Park, NC 27709
-USA
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Translatable-Entities.ent b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Translatable-Entities.ent
deleted file mode 100644
index 5ef072e17b..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/Translatable-Entities.ent
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
-
-Big Board">
-
-
-
-
-
-
-Command Center">
-
-
-
-
-Current State area">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Main Menu">
-
-
-
-
-Network Map">
-Network Status bar">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/default.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/default.css
deleted file mode 100644
index d6896c2a08..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/default.css
+++ /dev/null
@@ -1,122 +0,0 @@
-@import url("documentation.css");
-@import url("docnav.css");
-@import url("reports.css");
-
-@import url("dirty.css");
-
-body{
- background-color: white;
- margin:0 auto;
- font-family: "liberation sans", "Myriad ", "Bitstream Vera Sans","Lucida Grande", verdana, "Luxi Sans","Trebuchet MS", helvetica,verdana,arial,sans-serif;
- font-size:12px;
- max-width:55em;
- padding:0em 2em;
- color:#333;
- line-height:150%;
- }
-body.toc_embeded {margin-left: 300px !important;} /*jeff rocks*/
-
-object.toc{ /*for hosting system only*/
- border-style:none;
- position:fixed;
- width:290px;height:99.99%;
- top:0; left:0;
- z-index: 100;
- border-style:none;
- border-right:1px solid #999 !important;}
-/*Links*/
-a:link{color:#0066cc;}
-a:visited{color:#6699cc;}
-div.longdesc-link{float:right;color:#999;}
-
-/*headings*/
-h1,h2,h3,h4,h5,h6{color:#a7a700;
- line-height:130%;
- margin-top:0em;
- font-family:"liberation sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
- background-color:transparent;
- }
-
-h1{background: #800 url(../images/h1-bg.png) top left repeat;
- line-height:1.2em;
- color:white;
- font-size:2em;
- padding:1.5em;
- }
-
-h2{font-size:1.6em;
- }
-
-h3{font-size:1.3em;
- padding-top:0em;
- padding-bottom:0em;
- }
-h4{font-size:1.1em;
- padding-top:0em;
- padding-bottom:0em;
- }
-
-h5.formalpara {font-size:1em;
- margin-top:2em;margin-bottom:.8em;
- }
-
-
-/*element rules*/
-hr{border-collapse: collapse;border-style:none;border-top: 1px dotted #ccc;width:100% !important;}
-sup{color:#999;}
-
-/* web site rules */
-ul.languages, .languages li{display:inline; font-size:.9em;padding:0em;}
-.languages li a{padding:0em .5em;text-decoration: none;}
-.languages li p{display:inline;}
-.languages li a:link, .languages li a:visited{color:#444;}
-.languages li a:hover, .languages li a:focus, .languages li a:active{color:black}
-ul.languages{display:block; background-color:#eee;padding:.5em;}
-
-/*supporting stylesheets*/
-
-/*unique to the webpage only*/
-.article ul, .article li{margin:0em; padding:0em;list-style:none;}
-.books{position:relative;}
-
-
-.versions li{width:100%;clear:both; display:block;}
-a.version{font-size:2em; text-decoration:none; width:100%;display:block; padding:1em 0em .2em 0em;clear:both;}
-a.version:before{content:"Version";font-size:smaller; }
-a.version:visited, a.version:link{color:#666;}
-a.version:focus, a.version:hover{color:black;}
-.books {display:block;position:relative; clear:both; width:100%; }
-.books li{display:block; width:200px !important; float:left !important;position:relative; clear: none !important;}
-.books .html{width:170px;display:block;line-height:1.7em;}
-.books .pdf{position:absolute; left:170px;top:0px;font-size:smaller;line-height:2em;}
-.books .pdf:link, .books .pdf:visited{color:#555;}
-.books .pdf:hover, .books .pdf:focus{color:#000;}
-.books li a{text-decoration:none;}
-.books li a:hover{color:black}
-
-/*products*/
-.products li {display: block; width:300px; float:left;}
-.products li a{width:300px; padding:.5em 0em;}
-.products ul{clear:both;}
-
-/* desktop styles */
-body.desktop .book > .toc {
- display:block;
- width:24em;
- height:99%;
- position:fixed;
- overflow:auto;
- top:0px;
- left:0px;
- padding-left:10px;
- font-size:0.8em;
- background-color:#EEEEEE;
-}
-body.desktop {
- margin-left:24em;
-}
-.toc dt {
- line-height:1.2em;
- margin-bottom:.7em;
-}
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/dirty.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/dirty.css
deleted file mode 100644
index ee80bc3895..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/dirty.css
+++ /dev/null
@@ -1,3 +0,0 @@
-pre{-moz-border-radius:11px;}
-.example{-moz-border-radius:15px;}
-/*div.note,div.tip ,div.important ,div.caution ,div.warning{-moz-border-radius:11px;}*/
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/docnav.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/docnav.css
deleted file mode 100644
index 99a4092b02..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/docnav.css
+++ /dev/null
@@ -1,22 +0,0 @@
-/*document navigation*/
-.docnav a, .docnav strong{text-decoration:none;font-weight:normal;}
-.docnav{list-style:none;margin:0em;padding:0em;position:relative;width:100%;padding-bottom:2em;padding-top:1em;border-top:1px dotted #ccc;}
-.docnav li{list-style:none;margin:0em;padding:0em;display:inline;font-size:.8em;}
-.docnav li:before{content:" ";}
-.docnav li.previous, .docnav li.next{position:absolute;top:1em;}
-.docnav li.up, .docnav li.home{margin:0em 1.5em;}
-.docnav li.previous{left:0px;text-align:left;}
-.docnav li.next{right:0px;text-align:right;}
-.docnav li.previous strong, .docnav li.next strong{display:block;height:22px;}
-.docnav{margin:0 auto;text-align:center;}
-.docnav li.next a strong{background: url(../images/stock-go-forward.png) top right no-repeat;padding-top:3px;padding-right:28px;font-size:1.2em;}
-.docnav li.previous a strong{background: url(../images/stock-go-back.png) top left no-repeat;padding-top:3px;padding-left:28px;font-size:1.2em;}
-.docnav li.home a strong{background: url(../images/stock-home.png) top left no-repeat;padding:5px;padding-left:28px;font-size:1.2em;}
-.docnav li.up a strong{background: url(../images/stock-go-up.png) top left no-repeat;padding:5px;padding-left:28px;font-size:1.2em;}
-
-.docnav a:link, .docnav a:visited {color:#666 !important;}
-.docnav a:hover,.docnav a:focus, .docnav a:active{color:black !important;}
-.docnav a{max-width: 10em;overflow:hidden;}
-.docnav a:link strong{text-decoration:none;}
-
-.docnav{margin:0 auto;text-align:center;}
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/documentation.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/documentation.css
deleted file mode 100644
index 39bc0c762b..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/documentation.css
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
-/*Lists*/
-ol li ,ul li{padding-left:.2em;padding-bottom:.5em;margin:0em;}
-
-ul{padding-left:1.6em;list-style-image:url(../images/dot.png);list-style-type: circle;}
-ul ul{list-style-image:url(../images/dot2.png);list-style-type: circle;}
-dt {font-weight:bold;margin-bottom:0em;padding-bottom:0em;}
-dd{margin:0em;margin-left:2em;padding-top:0em;}
-li p:first-child, dd p:first-child{padding:0em;margin-top:.3em;}
-.variablelist,.itemizedlist{margin-top:.6em;}
-ul li p:first-child{margin:0em;}
-/*images*/
-img{display:block;margin:2em 0;}
-.inlinemediaobject,.inlinemediaobject img{display:inline !important;margin:0em;}
-
-.figure img{display:block; margin:0;}
-.figure .title{margin:0em; margin-bottom:2em !important; padding:0px;}
-
-/*document modes*/
-.confidential{background-color:#900; color:White; padding:.5em .5em; font-family:serif; text-transform:uppercase; text-align:center}
-
-dt a{font-weight: normal;}
-.longdesc-link{display:none;}
-.prompt{background-color:#ede7c8;padding:0em .3em;}
-
-/*user interface styles*/
-.screen .replaceable {color:#444;}
-.screen{background-color:#ede7c8;color:#333;padding:.5em 1em;margin:0em;}
-pre,code,.guibutton,.keycap,.guilabel{font-size:0.9em;font-family:"liberation mono", "Bitstream vera mono",monospace;}
-.guibutton,.keycap,.guilabel{font-weight:bold;white-space:nowrap;color:#444;font-family:"liberation sans", "Bitstream vera sans", "dejavu sans" sans-serif;}
-.guibutton,.guilabel{}
-.keycap{padding: .1em .4em;}
-.example {background-color:#c8c5ac; padding:5px; margin-bottom:10px;}
-
-
-/*terminal/console text*/
-.command,
-.computeroutput,
-.filename,
-.citetitle,
-.replaceable,
-.option{}
-.command .replaceable{color:#555;}
-pre{display:block;background-color:#f7f2d0;color:#333;overflow:auto;}
-code{white-space:nowrap;}
-
-/*Notifications*/
-div.note,div.tip ,div.important ,div.caution ,div.warning{
- background: #555753; color:white;padding:1em;padding-bottom:20px;border:1px solid #444;margin-bottom:1.5em;background-repeat:no-repeat; background-position:10px 10px;
-}
-
-div.note pre,div.tip pre ,div.important pre ,div.caution pre ,div.warning pre{background-color:#333; color:white;}
-div.note,div.tip ,div.important ,div.caution ,div.warning{margin-top:.5em;}
-div.note{background-image:url(../images/note.png)}
-div.tip{background-image:url(../images/tip.png)}
-div.important{background-image:url(../images/important.png)}
-div.caution{background-image:url(../images/caution.png)}
-div.warning{background-image:url(../images/warning.png)}
-div.note .replaceable,div.tip .replaceable,div.important .replaceable,div.caution .replaceable,div.warning .replaceable{
- color:#e3dcc0;
- }
-
-pre .replaceable, tt .replaceable{
- color:#444 !important;
- }
-div.note h2,div.tip h2,div.important h2,div.caution h2,div.warning h2{height:32px;font-size:1.3em;color:white;}
-
-div.note .guilabel,div.tip .guilabel,div.important .guilabel,div.caution .guilabel,div.warning .guilabel{color:white !important;}
-/*
-div.note h2,div.tip h2,div.important h2,div.caution h2,div.warning h2{
- background-color:transparent;background-position:top left;background-repeat:no-repeat;height:48px;font-size:1.3em;color:#ede7c8;
- }
- */
-
-div.note li,div.tip li,div.caution li,div.warning li,div.important li{
- padding-left:10px;margin:0em;
- }
-
-div.note ul,div.tip ul,div.caution ul,div.warning ul,div.important ul{
- padding-left:40px;margin:0em;
- }
-
-div.note pre pre a:visited,div.tip pre pre a:visited,div.important pre pre a:visited,
-div.caution pre pre a:visited,div.warning pre pre a:visited,div.note pre a:link,
-.tip pre a:link,div.important pre a:link,div.caution pre a:link,div.warning pre a:link{
- color:#0066cc !important;
- }
-
-div.note a:visited,div.tip a:visited ,div.important a:visited ,div.caution a:visited ,
-div.warning a:visited,div.note a:link ,div.tip a:link ,div.important a:link ,div.caution a:link ,div.warning a:link{
- color:#f7f2d0;
- }
-
-/*notification icons*/
-div.note h2,div.note p,div.tip h2,div.tip p,div.caution h2,div.caution p,div.warning h2,div.warning p,div.important h2,.important p {padding:0em;margin:0em;padding-left:56px;}
-/*div.note h2{background-image:url(../images/note.png)}
-div.tip h2{background-image:url(../images/tip.png)}
-div.caution h2{background-image:url(../images/caution.png)}
-div.warning h2{background-image:url(../images/warning.png)}
-div.important h2{background-image:url(../images/important.png)}
-*/
-/*Page Title*/
-#title strong{display:none;}
-#title a{display:block;height:54px;width:110px;padding-left:200px;background:transparent url(../images/rhlogo.png) top left no-repeat;}
-#title{display:block;height:45px;background:transparent url(../images/documentation.png) top right no-repeat;padding-bottom:1em;}
-
-/*Table*/
-table{border:1px solid #aaa;width:100%;border-collapse:collapse;}
-table th{text-align:left;background-color:#900;padding:.3em .5em;color:white;}
-table td{padding:.15em .5em;}
-table tr.even td{background-color:#f5f5f5;}
-table th p:first-child,table td p:first-child,table li p:first-child{margin-top:0em;padding-top:0em;display:inline;}
-
-th, td{border-style:none;;}
-table table td{border-bottom:1px dotted #aaa !important;background-color:white;padding:.6em 0em;}
-table table{border:1px solid white !important;font-size:.9em;}
-
-
-td.remarkval{font-size:.9em;color:#444;}
-.defaultval{font-size:.8em}
-td.typeval{font-size:.8em}
-
-td.fieldval{font-weight:bold; font-size:.9em;}
-
-th.dbkey{font-size:.9em;}
-
-.lbname,.lbtype,.lbdescr,.lbdriver,.lbhost{color:white;font-weight:bold;background-color:#999;font-size:0.9em;width:120px;}
-td.remarkval{width:230px;}
-
-td.tname{font-weight:bold;font-size:1.1em;}
-h5{font-size:9pt;}
-h6{font-size:10pt;}
-th.dbfield{width:120px;}
-th.dbtype{width:70px;}
-th.dbdefault{width:70px;}
-th.dbnul{width:70px;}
-th.dbkey{width:70px;}
-
-span.book{margin-top:4em;display:block;}
-span.chapter{display:block;margin-top:0.5em;}
-
-/*Breadcrumbs*/
-#breadcrumbs ul li.first:before{content:" ";}
-#breadcrumbs{color:#900;padding:3px;margin-bottom:25px;}
-#breadcrumbs ul{margin-left:0;padding-left:0;display:inline;border:none;}
-#breadcrumbs ul li{margin-left:0;padding-left:2px;border:none;list-style:none;display:inline;}
-#breadcrumbs ul li:before{content:"\0020 \0020 \0020 \00BB \0020";color:#333;}
-
-/*status*/
-.alpha1{background: white url(../images/watermark-alpha1.png) top left repeat;}
-.alpha2{background: white url(../images/watermark-alpha2.png) top left repeat;}
-.beta1{background: white url(../images/watermark-beta1.png) top left repeat;}
-.beta2{background: white url(../images/watermark-beta2.png) top left repeat;}
-.pre-release-candidate{background: white url(../images/watermark-pre-release-candidate.png) top left repeat;}
-.release-candidate{background: white url(../images/watermark-release-candidate.png) top left repeat;}
-
-/*index*/
-.glossary h3,
-.index h3{font-size: 2em;color:#aaa;margin:0em;}
-.indexdiv{margin-bottom:1em;}
-.glossary dt,.index dt{font-size:.9em;color:#444;padding-top:.5em;}
-.glossary dl dl dt,
-.index dl dl dt{font-size:.85em;color:#777;line-height:1.2em;font-weight:normal;padding-top:0em;}
-.index dl dl dt:before{content:"- ";color:#ccc;}
-
-/*changes*/
-.footnotes{}
-.footnote {padding:.2em 1em;background-color:#c8c5ac;font-size: .9em;margin:0em;margin-bottom:.5em;color:#222;}
-table .footnote{margin:1em .5em;}
-sup{padding:0em .3em;padding-left:0em;}
-.footnote{position:relative;}
-.footnote sup {color:#e3dcc0;font-size:1.8em;position:absolute;left: .4em;}
-.footnote sup a:link,
-.footnote sup a:visited{color:#92917d;text-decoration:none;}
-.footnote:hover sup a{color:#fff;text-decoration:none;}
-.footnote p{padding-left:5em;}
-.footnote a:link,
-.footnote a:visited{color:#00537c;}
-.footnote a:hover{color:white;}
-
-li p:first-child{margin:0em !important; padding:0em !important;}
-
-/**/
-div.chapter, div.section {padding-top:2em;}
-
-.revhistory{font-size:}
-
-pre .replaceable,
-pre .keycap{color:white;}
-pre{font-family:"liberation mono", "bitstream vera mono", "dejavu mono" monospace;}
-
-div.note .replaceable,
-div.tip .replaceable,
-div.important .replaceable,
-div.caution .replaceable,
-div.warning .replaceable,
-div.note .keycap,
-div.tip .keycap,
-div.important .keycap,
-div.caution .keycap,
-div.warning .keycap
-{color:white;}
-div.abstract{font-size:larger;}
-
-.authorgroup {}
-.authorgroup h4{padding:0em; margin:0em;margin-top:1em;}
-.author, .editor, .translator, .othercredit{display:block;}
-
-ul li p:last-child{margin-bottom:0em; padding-bottom:0em;}
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/global.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/global.css
deleted file mode 100644
index d9677ca693..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/global.css
+++ /dev/null
@@ -1,102 +0,0 @@
-@import "locale.css";
-
-
-#logo{display:block;height:32px; background: transparent url(../images/logo.png) top left no-repeat;margin-left:18px;}
-#logo span{display:none;}
-#wrap{padding:10px; padding-top:8px;background-color:white;}
-.hide {display:none;}
-
-body {max-width: 760px;min-width: 72em;margin: 0 auto 10px auto;padding: 0;background: #fff url(../images/bkgrnd_greydots.png) repeat;font-family: "liberation Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;font-size: small;color: #333;}
-
-
-p {line-height: 1.25em;
-
-
-/* margin-top: 0;*/}
-h1+p,h2+p,h3+p,h4+p {margin-top: .25em;}
-p.footnote {margin-top: 4em;font-size: xx-small;color: black;}
-
-a img, img {border-width: 0px;border-style:none; border-color:transparent;}
-
-/*lists*/
-dt {font-weight:bold;padding-bottom:.5em;}
-dd {margin-bottom:1.5em;}
-dd div {margin: 1em 0 2em 0;}
-ul li,
-ol li {margin: 5px 0;}
-ul.linkage {list-style: none;padding-left: 8px;margin-left: 9px;}
-ul.linkage li{background-image: url(../images/bullet_arrowblue.png);background-repeat: no-repeat;background-position: 0 .4em;padding-left: 10px;margin: .4em 0;}
-
-/*Headings*/
-h1, h2, h3, h4 {margin-top: 0;margin-bottom: .5em;padding-bottom: 0;}
-h1 {padding-top: 0;font-size: x-large;}
-h2 {font-size: medium;margin: 0;}
-h3, h4, h5 {font-size: small;margin-bottom: 0em; padding-bottom:0em;}
-h4 {font-size: x-small;}
-
-
-/*links */
-a:link {color: #0066cc; text-decoration: none;}
-a:visited {color: #6699cc; text-decoration: none;}
-
-h2 a,
-h3 a,
-h4 a {text-decoration: none;}
-
-h1, h2, h3, h4 { margin-top: 0; margin-bottom: .5em; padding-bottom: 0; }
-h1 { padding-top: 0; font-size: x-large; }
-
-input {border: 1px solid #999;background: #f7f2d0;}
-input.submitSpace {margin-top: 20px}
-
-/*tables*/
-#legacy{max-height:40em; overflow:auto;}
-table.docstable{width:100%;}
-table.docstable td.title a{display:block;width:100%;}
-table.docstable th{text-align:left;padding-left:.5em;padding-top:1em;}
-table.docstable tr:hover td a{color:black}
-table.docstable td{ border-bottom:1px solid #efefef; }
-table, td,th{ table-collapse:collapse; border-style:none; border-collapse:collapse;}
-table.docstable .download a:link,.docstable .download a:visited{color:#ccc;}
-table.docstable td{line-height:16px;}
-
-.pdf, .tarball{display:block; float:left; padding: 0px 4px 0px 18px;height:16px;font-size:x-small;}
-.pdf {background: transparent url(../images/doc.png)top left no-repeat;}
-.tarball {background: transparent url(../images/pkg.png)top left no-repeat;}
-
-#content{padding:0em 1.5em;}
-table.docstable tr:hover .tarball, table.docstable tr:hover .pdf {background-position:bottom left; color:black;}
-
-td{ padding:.2em .5em; font-size:.85em;}
-
-table.docstable .date, table.docstable .download{width:100px;}
-table.docstable .date{color:#999;}
-b{ color:#900; }
-
-acronym{border-bottom:none;}
-#content{clear:both;}
-/*navigation*/
-#navigation{margin-top:1em;display:block; clear:both;margin-bottom:1em;font-weight:bold;font-size:x-small; font-family: "Luxi Sans", verdana, "bistream vera sans",helvetica, arial, sans-serif;}
-#navigation ul{clear:both;}
-#navigation ul, #navigation li {list-style:none;margin:0em;padding:0em;display:block;}
-#navigation li {display:inline;}
-#navigation li a{float:left;min-height:24px; line-height:24px;padding:0em 1em;}
-
-#main-navigation #mainLast a{background:#b70000 url(../images/mainlink.png)top right no-repeat;padding-right:2em;}
-#main-navigation #mainFirst a{background:#b70000 url(../images/mainfirst.png)top left no-repeat;padding-left:2em;}
-
-#secondary-navigation, #main-navigation{display:block; clear:both; height:24px;}
-#main-navigation{background:#c00 url(../images/mainback.png)top right no-repeat;color:white;}
-#main-navigation a:link, #main-navigation a:visited{background-color:#b70000;color:white;}
-#secondary-navigation #secFirst a{background:#999 url(../images/secondaryfirst.png)top left no-repeat;padding-left:2em;}
-#secondary-navigation #secLast a{background:#999 url(../images/secondarylink.png)top right no-repeat;padding-right:2em;}
-
-#secondary-navigation{background:#e6e6e6 url(../images/secondaryback.png)top right no-repeat;font-weight:normal;}
-#secondary-navigation a:link, #secondary-navigation a:visited{background-color:#999;color:white;}
-
-#main-navigation a:focus,
-#main-navigation a:hover,
-#secondary-navigation a:focus,
-#secondary-navigation a:hover{color:black;}
-
-#footer{color:#999;margin-top:2em;}
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/reporting.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/reporting.css
deleted file mode 100644
index 3ad037fb6f..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/reporting.css
+++ /dev/null
@@ -1,91 +0,0 @@
-body{
- background-color: white;
- margin:0 auto;
- font-family: "dejavu sans", "bitstream vera sans", verdana, helvetica,sans-serif;
- font-size:12px;
- max-width:700px;
- min-width: 700px;
- padding:0em;
- color:#444;
- }
-a:link{color:#0066cc;}
-a:visited{color:#6699cc;}
-div.longdesc-link{float:right;color:#999;}
-p#powered strong{display:none;}
-p#powered{margin-left:10px;display:block;height:128px;width:225px; background:white url(../images/poweredby.png) top left no-repeat;float:left;}
-
-
-h1{font-size:large;margin:0em;padding:25px 10px; background:#a70000 url(../images/titlebg.png) top left repeat-x;color:white;/*letter-spacing:.1em;text-transform:uppercase;*/}
-
-
-ul.locale, ul.locale li{list-style:none;margin:0em; padding:0em;display:block;clear:both;}
-ul.locale li{padding-left:10px;}
-ul.locale{border:1px solid #eee;margin-top:1em;}
-
-/*uniform*/
-
-/*Progress Bar*/
-div.progress, div.progress span{background-image:url(../images/shine.png);background-position: top left; background-repeat: repeat-x;height:12px;}
-div.progress{display:block;width:128px;background-color:#c00;border:1px solid white;}
-div.progress span{ float:left;}
-div.progress span.translated{background-color:#6c3;}
-div.progress span.fuzzy{background-color:#ff9f00;}
-
-
-
-ul.locale dt, ul.locale dd {display:inline;padding:0em;margin:0em; font-size:smaller;}
-ul.locale dt{color:#999;}
-ul.locale li:hover a:link,ul.locale li:hover a:visited, ul.locale li:hover dd{color:white;}
-ul.locale li:hover dt{color:#bfdce8;}
-
-
-
-/*RESULTS*/
-.results ul.locale li{height:40px;background: white url(../images/48row.png) bottom right repeat-x;position:relative;}
-.results ul.locale div.progress{position:relative;top:13px;left:-143px;}
-.results ul.locale li{padding:0em;padding-left: 153px; }
-.results ul.locale li h3{margin:0em; padding:0em;position:absolute;font-size:1.1em;top:-3px;line-height:32px;}
-h3, h3 a{display:block !important;width:546px; line-height:32px !important;}
-h3 a {margin:0em;padding:0em;height:32px; margin-top:-6px;}
-
-.results ul.locale li:hover{background-position:top left;color:white;background-color:#0093d9;}
-
-.results ul.locale dl{position:absolute; top:17px;}
-
-
-#words,#hours{float:left;padding-top:20px;padding-left:10px;width:210px; min-height:108px; float:left; background:white url(../images/statshade.png)top right no-repeat;margin-bottom:2em;}
-#words dd,#hours dd {text-align:right ; padding-right:30px;font-size:larger;}
-#words dt,#hours dt{float:left;font-weight:bold;font-size:smaller;color:#666;}
-#words h2,#hours h2{text-transform:uppercase; color:#ccc; margin:0em;}
-#words div.progress,#hours div.progress{width:173px;height:16px;}
-#words div.progress span,#hours div.progress span{height:16px;}
-
-p.home{position:absolute;margin-top:120px;margin-left:160px;}
-p.home a{color:white;text-decoration:none;background-color:#555; font-size:smaller;padding: 2px 8px;}
-
-
-.reports ul.locale li h3 a{display:block;width:100%;position:absolute; top:4px;}
-
-/*REPORTS*/
-.reports ul.locale li{height:32px;background: white url(../images/32row.png) bottom right repeat-x;position:relative;}
-.reports ul.locale div.progress{position:relative;top:9px;left:-143px;}
-.reports ul.locale li{padding-left: 153px; }
-.reports ul.locale li h3{margin:0em; padding:0em;position:absolute;font-size:1.1em;top:0px;}
-
-.reports ul.locale li:hover{background-position:top left;background-color:#0093d9;color:white;}
-
-.reports ul.locale dl{position:absolute; top:7px; left:370px;}
-.reports ul.locale dd{margin-right:.8em;}
-
-
-
-.controls {float:right;}
-.controls input{border:1px solid #369;color:white;font-family:sans-serif;font-size:.8em;
-background: #09c url(../images/shine.png) top left repeat-x; padding:0em .5em;}
-
-li:hover .controls input{background-color:#444;color:white;}
-
-.controls input:active, .controls input:hover, .controls input:focus{background-color:#eee !important;color:#444 !important;}
-
-input.disabled{background-color:#678!important;color:#abc !important; border-color:#678 !important;}
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/reports.css b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/reports.css
deleted file mode 100644
index e6862f90bd..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/css/reports.css
+++ /dev/null
@@ -1,55 +0,0 @@
-
-/* Reports */
-.reports ul.locale{list-style:none;}
-.reports ul{padding:0em;margin:0em;}
-.reports ul.locale li{font-size:small;color:#000;display:block;border:1px solid #eee;float:left;padding-right:2em;margin-right:1em;margin-bottom:1em;}
-.reports ul.locale li a{font-size:1.2em;display:block;padding-top:.1em;padding-bottom:.5em;}
-.reports ul.locale strong{display:block;margin:0em;padding:0em;margin-bottom:-2.2em;}
-.reports ul.locale span.value{display:block;position:relative;text-align:right;margin-right:-1.5em;font-size:1.0em;color:#444;}
-.reports ul.locale li{width:12em;display:block;float:left;margin:0em;clear:none;}
-.reports ul.locale li div.progress{font-size:1em;width:13.2em;position:relative; left: 0em; top:0em; margin-bottom:0em;}
-.reports h2{font-size:1em;margin:0em;}
-.reports li{}
-.reports li:hover{background-color:#666;border-color:#444 !important;color:white !important;}
-.reports li:hover strong, .reports li:hover h2, .reports li:hover a, .reports li:hover span.value{color:white;}
-
-/*uniform*/
-body.results, body.reports{max-width:57em !important;padding:0em !important}
-/*Progress Bar*/
-div.progress{display:block;float:left;width:16em;background:#c00 url(../images/shine.png) top left repeat-x;height:1em;}
-div.progress span{height:1em; float:left;}
-div.progress span.translated{background:#6c3 url(../images/shine.png) top left repeat-x;}
-div.progress span.fuzzy{background:#ff9f00 url(../images/shine.png) top left repeat-x;}
-
-
-
-
-/*Results*/
-
-.results ul.locale{list-style:none;padding:0em;margin:0em;}
-.results .pofile{padding:0em !important;margin:0em;}
-.results ul.locale li{border-top:1px solid #eee;padding:0em; margin:0em;padding-left:32px;}
-.results ul.locale .pofile{font-size:1.2em;display:block;width:100%;color:#444;padding:0em;margin:0em;}
-.results span.value{color:#888;}
-.results strong{font-weight: normal;}
-.results .home a{display:block;margin:0 auto;width:5em;background: url(../images/stock-home.png) top left no-repeat;padding:5px;padding-left:28px;font-size:1.2em;}
-.results ul.locale li:hover, .results ul.locale li:hover span.pofile ,.results ul.locale li:hover strong, .results ul.locale li:hover span.value{background-color:#666 !important;color:white;}
-
-ul.locale{list-style:none;}
-ul.locale li.total{font-size:small;color:#777;width:31em;display:block;float:left;margin-right:2em;clear:none !important;}
-ul.locale li{clear:both;font-size:small;color:#777;display:block;}
-ul.locale strong, span.value {font-weight:normal;color:#888;font-size:.7em;}
-ul.locale li a{font-size:1.2em;display:block;padding-top:.2em;}
-ul.locale li.total div.progress{position:relative;left:0em;top:0em;margin-bottom:0em; }
-ul.locale li{width:100%;}
-ul.locale li div.progress{float:left;position:relative; left:30.5em; top:-2em; margin:0em;margin-bottom:-3em;}
-
-li.total{padding:0em !important;}
-li.total{float:right;max-width:16em;padding:.5em;margin:0 auto;padding-top: .5em;background-color:#f7f2d0;font-size: 1.3em !important;color:#ccc !important;margin-bottom:1em;min-height:9.5em;}
-li.total .value{color:#444;font-size:.8em;}
-li.total strong{display:block;color:black;font-weight:bold;}
-li.total span.value {position:relative;display:block;top:-1.25em;text-align:right;}
-
-
-.pofile{position:relative;}
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/1.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/1.png
deleted file mode 100644
index fa2ba490ee..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/1.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/1.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/1.svg
deleted file mode 100644
index 3736523fe1..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/1.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/10.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/10.png
deleted file mode 100644
index 20582edc32..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/10.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/10.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/10.svg
deleted file mode 100644
index 84ee18fbbf..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/10.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/11.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/11.png
deleted file mode 100644
index fa20ec4b4a..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/11.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/11.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/11.svg
deleted file mode 100644
index 47f0c80879..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/11.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/12.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/12.png
deleted file mode 100644
index 4c9fb528c3..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/12.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/12.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/12.svg
deleted file mode 100644
index 94ddaac5fd..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/12.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/13.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/13.png
deleted file mode 100644
index dc11cb1a64..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/13.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/13.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/13.svg
deleted file mode 100644
index 040dd6c9f6..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/13.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/14.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/14.png
deleted file mode 100644
index 6a2ede5b30..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/14.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/14.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/14.svg
deleted file mode 100644
index 7f4fcfd0fc..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/14.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/15.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/15.png
deleted file mode 100644
index 3ab85dc544..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/15.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/15.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/15.svg
deleted file mode 100644
index a8eba4de27..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/15.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/16.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/16.png
deleted file mode 100644
index 89ff4cccbb..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/16.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/16.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/16.svg
deleted file mode 100644
index 1adc217029..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/16.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/17.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/17.png
deleted file mode 100644
index 1bc7b4bf56..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/17.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/17.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/17.svg
deleted file mode 100644
index b0077992ff..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/17.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/18.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/18.png
deleted file mode 100644
index 2a32d10467..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/18.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/18.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/18.svg
deleted file mode 100644
index 140c8ec6d5..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/18.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/19.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/19.png
deleted file mode 100644
index 75fac90610..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/19.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/19.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/19.svg
deleted file mode 100644
index ae864c489d..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/19.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/2.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/2.png
deleted file mode 100644
index ec7a609544..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/2.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/2.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/2.svg
deleted file mode 100644
index ee96128908..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/2.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/20.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/20.png
deleted file mode 100644
index 93199bb438..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/20.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/20.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/20.svg
deleted file mode 100644
index 1678a9f0e6..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/20.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/21.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/21.png
deleted file mode 100644
index 65ba3c61b1..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/21.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/21.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/21.svg
deleted file mode 100644
index 4199512a09..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/21.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/22.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/22.png
deleted file mode 100644
index 9042d5a13c..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/22.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/22.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/22.svg
deleted file mode 100644
index c1f44794fc..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/22.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/23.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/23.png
deleted file mode 100644
index 7abdfe144f..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/23.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/23.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/23.svg
deleted file mode 100644
index ea3c85aec8..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/3.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/3.png
deleted file mode 100644
index ae41c8c9eb..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/3.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/3.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/3.svg
deleted file mode 100644
index d3a7e73ef4..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/3.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/4.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/4.png
deleted file mode 100644
index 2175783210..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/4.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/4.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/4.svg
deleted file mode 100644
index e6bbe8e913..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/4.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/5.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/5.png
deleted file mode 100644
index 06d73ebbd1..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/5.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/5.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/5.svg
deleted file mode 100644
index d8578f23ce..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/5.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/6.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/6.png
deleted file mode 100644
index 0cbd46e7d3..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/6.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/6.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/6.svg
deleted file mode 100644
index 14d62e0281..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/6.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/7.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/7.png
deleted file mode 100644
index 4cdf14db80..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/7.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/7.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/7.svg
deleted file mode 100644
index 8d71ee3aaa..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/7.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/8.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/8.png
deleted file mode 100644
index 362960dcfe..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/8.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/8.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/8.svg
deleted file mode 100644
index 1c31e868fa..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/8.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/9.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/9.png
deleted file mode 100644
index ebd0fdee3d..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/9.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/9.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/9.svg
deleted file mode 100644
index 851e9a3571..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/9.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/background.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/background.png
deleted file mode 100644
index 8b9b6d9561..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/background.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/bkgrnd_greydots.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/bkgrnd_greydots.png
deleted file mode 100644
index d5e79e8424..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/bkgrnd_greydots.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/bullet_arrowblue.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/bullet_arrowblue.png
deleted file mode 100644
index c2355345e2..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/bullet_arrowblue.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/caution.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/caution.png
deleted file mode 100644
index a1065bc333..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/caution.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/caution.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/caution.svg
deleted file mode 100644
index a3198d1993..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/caution.svg
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/documentation.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/documentation.png
deleted file mode 100644
index 3072ff3685..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/documentation.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/dot.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/dot.png
deleted file mode 100644
index 079add95de..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/dot.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/dot2.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/dot2.png
deleted file mode 100644
index 8348fcd054..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/dot2.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/h1-bg.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/h1-bg.png
deleted file mode 100644
index 31397b5c3e..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/h1-bg.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/important.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/important.png
deleted file mode 100644
index 969562b7bc..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/important.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/important.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/important.svg
deleted file mode 100644
index 064c783b53..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/important.svg
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/jboss-logo.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/jboss-logo.svg
deleted file mode 100644
index b872f25148..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/jboss-logo.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/key.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/key.png
deleted file mode 100644
index 6bd1e775db..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/key.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/note.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/note.png
deleted file mode 100644
index d04775d990..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/note.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/note.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/note.svg
deleted file mode 100644
index abe5a60246..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/note.svg
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/redhat-logo.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/redhat-logo.svg
deleted file mode 100644
index 711653b451..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/redhat-logo.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/rhlogo.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/rhlogo.png
deleted file mode 100644
index de15d5a2bc..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/rhlogo.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/shade.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/shade.png
deleted file mode 100644
index a73afdf6a7..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/shade.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-back.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-back.png
deleted file mode 100644
index 3f1f0efbbb..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-back.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-forward.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-forward.png
deleted file mode 100644
index 80080560cf..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-forward.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-up.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-up.png
deleted file mode 100644
index adbca158ed..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-go-up.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-home.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-home.png
deleted file mode 100644
index b9ce2b86f1..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/stock-home.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/tip.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/tip.png
deleted file mode 100644
index b54b7f0f40..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/tip.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/tip.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/tip.svg
deleted file mode 100644
index ed587c5db6..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/tip.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/title_logo.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/title_logo.png
deleted file mode 100644
index de15d5a2bc..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/title_logo.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/title_logo.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/title_logo.svg
deleted file mode 100644
index 711653b451..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/title_logo.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/warning.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/warning.png
deleted file mode 100644
index 941a8dc5c7..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/warning.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/warning.svg b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/warning.svg
deleted file mode 100644
index 484138d224..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/warning.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-alpha1.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-alpha1.png
deleted file mode 100644
index 8edc831d4d..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-alpha1.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-alpha2.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-alpha2.png
deleted file mode 100644
index b8c87d3ba1..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-alpha2.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-beta1.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-beta1.png
deleted file mode 100644
index 120f8d7cae..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-beta1.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-beta2.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-beta2.png
deleted file mode 100644
index 88f54d0ee1..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-beta2.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-blank.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-blank.png
deleted file mode 100644
index 8b9b6d9561..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-blank.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-pre-release-candidate.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-pre-release-candidate.png
deleted file mode 100644
index b219df2ac6..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-pre-release-candidate.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-release-candidate.png b/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-release-candidate.png
deleted file mode 100644
index 070df9f3e0..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/Common_Content/images/watermark-release-candidate.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent b/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
deleted file mode 100644
index 8770fb357b..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml b/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
deleted file mode 100644
index 8311631b67..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
+++ /dev/null
@@ -1,317 +0,0 @@
-
-
-
-
-
-
-
-
-
- Overview
-
-
- These release notes contain important information regarding Hibernate &VERSION; release. This document lists the necessary software that must be installed before using Hibernate. Users of previous versions of Hibernate may refer to to find the latest JIRA issue fixes. In addition, the latest , product support and license links are also provided.
-
-
-
- Background
-
- Hibernate is a powerful object/relational mapping tool and a query service for building Java applications. Hibernate offers a sophisticated object-oriented HQL (Hibernate query language) allowing the programmer to make use of polymorphic queries. Queries can be expressed in native SQL or using Java-based Criteria and Example queries. However, please read these release notes for more information on software that are compatible with this version of Hibernate release.
-
-
-
-
- Installation And Migration Guide
-
- This section lists the software that must be installed on your local machine before beginning to use Hibernate. Migration notes are also listed in this section for users who will be using existing databases along with Hibernate.
-
-
-
- Prerequisites
-
- The software listed in this section needs to be installed before using Hibernate, running unit tests or running the demo.
-
-
- Using Hibernate
- JDK 1.5
-
- To build Java applications with Hibernate you must have JDK 1.5 version installed. While this version is compatible with Hibernate, version 1.4 is no longer supported. Once installation of JDK 1.5 version is completed, you must set the environment variables.
-
-
-
-
-
- Testing Hibernate and Running the demo
-
- To test Hibernate and run the demo, you will need Apache Ant 1.7.0 and JUnit 3.8.1.
-
-
-
-
- Apache Ant 1.7.0
- Apache Ant can be downloaded from this link. You must set the ANT_HOME environment variable to point to the Apache Ant install location. You may refer to the manual available on their website for installing and setting up Apache Ant for use.
-
-
- JUnit 3.8.1
-
- To run JUnit tests, you may use JUnit 3.8.1 version which can be downloaded from here. After installation, copy junit.jar to $ANT_HOME/lib directory. provides further notes on running JUnit tests.
-
-
-
-
-
-
-
-
- Installation Notes
-
- Extract files from the Hibernate ZIP file to the desired location. Open the directory where you have extracted these files. To use Hibernate, you must configure the project's classpath settings to point to these jar files. Settings for individual IDEs differ, but normally you would add the jar files as external library files.
-
-
-
-
- Migration Notes
-
- Configuring your database
-
- To use your database with Hibernate, copy your JDBC driver into the lib directory. Then edit the hibernate.properties file in the etc directory. Additional configuration notes are available in Hibernate Reference Guide, chapter 3: Configuration. The Hibernate supported databases are: Oracle9i, Oracle10g, MS SQL 2005, PostgreSQL and MySQL.
-
-
- Oracle users
-
- OracleDialect and Oracle9Dialect have been deprecated. Oracle8iDialect, Oracle9iDialect, or Oracle10gDialect should be used instead.
-
-
-
-
-
-
-
- Running JUnit Tests
-
-
- It is recommended that the Hibernate unit tests be executed using the same dialect and version of JDBC that will be used in production, to ensure that the configuration setting, hibernate.jdbc.batch_versioned_data, is set properly. The value for hibernate.jdbc.batch_versioned_data determines if Hibernate will use batches for updating versioned data (an optimization).
-
-
- Optimistic locking relies on the ability to obtain the number of rows updated. If the JDBC driver does not return update counts for each command in a batch, then hibernate.jdbc.batch_versioned_data should be set to "false".
-
-
- The unit tests use the settings in etc/hibernate.properties. The value for hibernate.jdbc.batch_versioned_data is set to true in that file. If the unit tests involving optimistic locking fail, then the appropriate value for this flag is false. Some versions of Oracle JDBC do not support returning update counts for each command in a batch, so it is particularly important to test using the same version of JDBC as will be used in production.
-
-
-
-
-
-
- Issues
-
-
- Issue type: Bugs
-
- [HHH-2683] - "datediff" is declared as NoArgSQLFunction in H2Dialect, but actually accepts 3 arguments.
-
- This issue is now resolved. It has been changed from NoArgSQLFunction to StandardSQLFunction.
-
-
-
-
- [HHH-3257] - Content images not displayed
- This issue affects the use of jdocbook plugin. useRelativeImageUris is now set to false to fix this error.
-
-
- [HHH-3260] - Hibernate wraps a listener init or destroy exception into an AssertionFailure
- AssertionFailure is now replaced with HibernateException to catch listener exception errors.
-
-
- [HHH-3261] - Do not wrap exceptions raised by event listeners (at init or destroy time)
- Use of AssertionFailureExceptions has been removed.
-
-
- [HHH-3265] - change license url in pom to http://www.gnu.org/licenses/lgpl-2.1.html
- The license information has been updated to version 2.1 of LGPL.
-
-
- [HHH-3266] - distribution bundle missing jta dependency
- The missing dependency set has been updated in the dist.xml file.
-
-
- [HHH-3272] - use of Integer.valueOf(int) which is not available in JDK 1.4
- This has been updated for the compatible JDK version. Instead of Integer.valueOf(int), new Integer(int) is used.
-
-
- [HHH-3282] - DB2Dialect should report supportsLobValueChangePropogation() as false
- This change has been incorporated.
-
-
-
-
- Improvement
-
-
- [HHH-1786] - JTASessionContext.CleanupSynch does not remove sessions from currentSessionMap
-
-
- [HHH-2060] - To be able to use <generator> with <composite-id>
- Functionality to use <generator> has been incorporated.
-
-
- [HHH-2506] - Make javassist the default ByteCodeProvider
- This has been incorporated into this release.
-
-
- [HHH-2875] - repackage cglib/asm under org.hibernate namespace
- This issue is also associated with the above issue.
-
-
- [HHH-3229] - Make cascade rules more transparent/explicit/deterministic
-
-
-
- [HHH-3269] - upgrade to jDocBook plugin version 2.1.1
- Upgrade for jDocBook plugin version from 2.1.0 to 2.1.1 has been enabled for this release
-
-
- [HHH-3276] - review proposed new doc styling
- Hibernate going to have a new look soon!
-
-
- [HHH-3283] - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false
-
-
-
- [HHH-3286] - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction
-
-
-
-
- New Feature
-
- [HHH-3279] - create series of maven plugins offering functionality of the ant tools
-
-
-
-
-
- Task
-
- [HHH-3270] - follow up on documentation license questions
- License information has been modified to reflect LGPL licensing.
-
-
-
-
-
-
-
- Documentation
-
-
-
- The Hibernate reference guide is a comprehensive source of material for learning about Hibernate. It kicks off with an example to get you started with Hibernate, lists the major functionality of Hibernate, offers design solutions and suggests best practises.
-
-
-
-
- The Hibernate Core API Reference guide will be helpful during application development.
-
-
-
-
-
- Product Support and License Website Links
-
- Support Processes
-
- http://www.redhat.com/support/process/
-
-
-
-
-
- Production Support Scope of Coverage
-
-
- http://www.redhat.com/support/policy/soc/production
-
-
-
-
-
- Production Support Service Level Agreement
-
-
-
- http://www.redhat.com/support/policy/sla/production/
-
-
-
-
-
- Developer Support Scope of Coverage
-
-
-
- http://www.redhat.com/support/policy/soc/developer/
-
-
-
-
-
- Developer Support Service Level Agreement
-
-
-
- http://www.redhat.com/support/policy/sla/developer/
-
-
-
-
-
- Product Update and Support Policy by Product
-
-
-
- http://www.redhat.com/security/updates/jboss_notes/
-
-
-
-
-
- JBoss End User License Agreement
-
-
-
- http://www.redhat.com/licenses/jboss_eula.html
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml b/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml
deleted file mode 100644
index 880a1341a6..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/Revision_History.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- 1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/documentation/releasenotes/src/main/docbook/en-US/images/hibernate_logo_a.png b/documentation/releasenotes/src/main/docbook/en-US/images/hibernate_logo_a.png
deleted file mode 100644
index 0a343c4bca..0000000000
Binary files a/documentation/releasenotes/src/main/docbook/en-US/images/hibernate_logo_a.png and /dev/null differ
diff --git a/documentation/releasenotes/src/main/docbook/en-US/images/icon.svg b/documentation/releasenotes/src/main/docbook/en-US/images/icon.svg
deleted file mode 100644
index c471a607db..0000000000
--- a/documentation/releasenotes/src/main/docbook/en-US/images/icon.svg
+++ /dev/null
@@ -1,3936 +0,0 @@
-
-
-