From bc26545464848c0bd5b59b0d81027a714a088b25 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 23 May 2011 22:57:31 +0000
Subject: [PATCH] Partial fix for OPENDJ-39: Consider rebranding OpenDS -> OpenDJ in 3.0 tree

---
 opendj3/opendj-ldap-sdk/pom.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk/pom.xml b/opendj3/opendj-ldap-sdk/pom.xml
index cad7181..826132f 100644
--- a/opendj3/opendj-ldap-sdk/pom.xml
+++ b/opendj3/opendj-ldap-sdk/pom.xml
@@ -86,7 +86,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package>org.forgerock.opendj.ldap.*</Export-Package>
+            <Export-Package>org.forgerock.opendj.*</Export-Package>
           </instructions>
         </configuration>
       </plugin>
@@ -101,6 +101,7 @@
           <windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
           <doctitle>OpenDJ LDAP SDK Documentation</doctitle>
           <detectOfflineLinks>false</detectOfflineLinks>
+          <excludes>org/forgerock/opendj/ldap/CoreMessages.java</excludes>
         </configuration>
       </plugin>
       <plugin>
@@ -141,6 +142,9 @@
           <windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
           <doctitle>OpenDJ LDAP SDK Documentation</doctitle>
           <detectOfflineLinks>false</detectOfflineLinks>
+          <show>protected</show>
+          <excludePackageNames>com.*</excludePackageNames>
+          <excludes>org/forgerock/opendj/ldap/CoreMessages.java</excludes>
         </configuration>
         <reportSets>
           <reportSet>

--
Gitblit v1.10.0