mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
10.43.2015 8d1297301b6e16e1ea520357859489ea514d61ea
OPENDJ-2417 Add release notes specific to OEM edition

This patch adds a release notes document that is specific to the OEM edition.
1 files renamed
1 files modified
21 ■■■■■ changed files
src/site/site.xml 1 ●●●● patch | view | raw | blame | history
src/site/xdoc/docs.xml.vm 20 ●●●●● patch | view | raw | blame | history
src/site/site.xml
@@ -86,6 +86,7 @@
  <menu name="OpenDJ Server Docs" inherit="top">
   <item name="All Formats" href="docs.html" />
   <item name="Release Notes" href="./doc/bootstrap/release-notes/index.html" />
   <item name="Release Notes (OEM)" href="./doc/bootstrap/oem-release-notes/index.html" />
   <item name="Installation Guide" href="./doc/bootstrap/install-guide/index.html" />
   <item name="Administration Guide" href="./doc/bootstrap/admin-guide/index.html" />
   <item name="Server Dev Guide" href="./doc/bootstrap/server-dev-guide/index.html" />
src/site/xdoc/docs.xml.vm
File was renamed from src/site/xdoc/docs.xml
@@ -43,31 +43,37 @@
    <dt>Release Notes</dt>
    <dd>
     <a href="./doc/bootstrap/release-notes/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Release-Notes.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Release-Notes.pdf">PDF</a>
    </dd>
    <dt>Release Notes (OEM Edition)</dt>
    <dd>
     <a href="./doc/bootstrap/oem-release-notes/index.html">HTML</a>,
     <a href="./doc/OpenDJ-${project.version}-Oem-Release-Notes.pdf">PDF</a>
    </dd>
    <dt>Installation Guide</dt>
    <dd>
     <a href="./doc/bootstrap/install-guide/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Install-Guide.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Install-Guide.pdf">PDF</a>
    </dd>
    <dt>Administration Guide</dt>
    <dd>
     <a href="./doc/bootstrap/admin-guide/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Admin-Guide.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Admin-Guide.pdf">PDF</a>
    </dd>
    <dt>Server Dev Guide</dt>
    <dd>
     <a href="./doc/bootstrap/server-dev-guide/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Server-Dev-Guide.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Server-Dev-Guide.pdf">PDF</a>
    </dd>
    <dt>Reference</dt>
    <dd>
     <a href="./doc/bootstrap/reference/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Reference.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Reference.pdf">PDF</a>
    </dd>
    <dt>Configuration Reference</dt>
@@ -79,13 +85,13 @@
    <dt>SDK Developer Guide</dt>
    <dd>
     <a href="./doc/bootstrap/dev-guide/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Dev-Guide.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Dev-Guide.pdf">PDF</a>
    </dd>
    <dt>SDK Release Notes</dt>
    <dd>
     <a href="./doc/bootstrap/sdk-release-notes/index.html">HTML</a>
     <a href="./doc/OpenDJ-Sdk-Release-Notes.pdf">PDF</a>
     <a href="./doc/OpenDJ-${project.version}-Sdk-Release-Notes.pdf">PDF</a>
    </dd>
    <dt>LDAP SDK Javadoc</dt>