From beffeb8d11c1c883716774e057235b5025297ae9 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 31 May 2011 09:40:25 +0000
Subject: [PATCH] Add site menu for OpenDJ LDAP server

---
 opendj3/opendj-ldap-toolkit/src/site/site.xml      |    6 +++++-
 opendj3/opendj-ldap-sdk/src/site/site.xml          |    6 +++++-
 opendj3/opendj-ldap-sdk-examples/src/site/site.xml |    6 +++++-
 opendj3/src/site/site.xml                          |    4 ++++
 4 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk-examples/src/site/site.xml b/opendj3/opendj-ldap-sdk-examples/src/site/site.xml
index f103270..ee323bd 100644
--- a/opendj3/opendj-ldap-sdk-examples/src/site/site.xml
+++ b/opendj3/opendj-ldap-sdk-examples/src/site/site.xml
@@ -27,7 +27,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
   <body>
-    <menu name="OpenDJ LDAP SDK Examples">
+    <menu name="OpenDJ">
       <item name="Welcome" href="../index.html" />
       <item name="News" href="../news.html" />
       <item name="Downloads" href="http://www.forgerock.com/downloads-opendj.html" />
@@ -38,6 +38,10 @@
       <item name="Partners" href="http://forgerock.com/partners.html" />
     </menu>
 
+    <menu name="OpenDJ LDAP Server">
+      <item name="About" href="../opendj-ldap-server" />
+    </menu>
+
     <menu name="OpenDJ LDAP SDK">
       <item name="About" href="../opendj-ldap-sdk" />
       <item name="Examples" href="index.html" />
diff --git a/opendj3/opendj-ldap-sdk/src/site/site.xml b/opendj3/opendj-ldap-sdk/src/site/site.xml
index 94cfb76..770c35f 100644
--- a/opendj3/opendj-ldap-sdk/src/site/site.xml
+++ b/opendj3/opendj-ldap-sdk/src/site/site.xml
@@ -27,7 +27,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
   <body>
-    <menu name="OpenDJ LDAP SDK">
+    <menu name="OpenDJ">
       <item name="Welcome" href="../index.html" />
       <item name="News" href="../news.html" />
       <item name="Downloads" href="http://www.forgerock.com/downloads-opendj.html" />
@@ -38,6 +38,10 @@
       <item name="Partners" href="http://forgerock.com/partners.html" />
     </menu>
 
+    <menu name="OpenDJ LDAP Server">
+      <item name="About" href="../opendj-ldap-server" />
+    </menu>
+
     <menu name="OpenDJ LDAP SDK">
       <item name="About" href="index.html" />
       <item name="Examples" href="../opendj-ldap-sdk-examples" />
diff --git a/opendj3/opendj-ldap-toolkit/src/site/site.xml b/opendj3/opendj-ldap-toolkit/src/site/site.xml
index 00cb226..262f591 100644
--- a/opendj3/opendj-ldap-toolkit/src/site/site.xml
+++ b/opendj3/opendj-ldap-toolkit/src/site/site.xml
@@ -27,7 +27,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
   <body>
-    <menu name="OpenDJ LDAP Toolkit">
+    <menu name="OpenDJ">
       <item name="Welcome" href="../index.html" />
       <item name="News" href="../news.html" />
       <item name="Downloads" href="http://www.forgerock.com/downloads-opendj.html" />
@@ -38,6 +38,10 @@
       <item name="Partners" href="http://forgerock.com/partners.html" />
     </menu>
 
+    <menu name="OpenDJ LDAP Server">
+      <item name="About" href="../opendj-ldap-server" />
+    </menu>
+
     <menu name="OpenDJ LDAP SDK">
       <item name="About" href="../opendj-ldap-sdk" />
       <item name="Examples" href="../opendj-ldap-sdk-examples" />
diff --git a/opendj3/src/site/site.xml b/opendj3/src/site/site.xml
index 86aff5f..50275a2 100644
--- a/opendj3/src/site/site.xml
+++ b/opendj3/src/site/site.xml
@@ -54,6 +54,10 @@
    <item name="Partners" href="http://forgerock.com/partners.html" />
   </menu>
 
+  <menu name="OpenDJ LDAP Server">
+    <item name="About" href="opendj-ldap-server" />
+  </menu>
+
   <menu name="OpenDJ LDAP SDK">
     <item name="About" href="opendj-ldap-sdk" />
     <item name="Examples" href="opendj-ldap-sdk-examples" />

--
Gitblit v1.10.0