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

Matthew Swift
24.57.2011 bc26545464848c0bd5b59b0d81027a714a088b25
Partial fix for OPENDJ-39: Consider rebranding OpenDS -> OpenDJ in 3.0 tree

Minor fixes to SDK pom.xml
1 files modified
6 ■■■■ changed files
opendj3/opendj-ldap-sdk/pom.xml 6 ●●●● patch | view | raw | blame | history
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>