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

Matthew Swift
20.20.2011 9cfb4a25e118059949d6da9cc3ad706b6dbf1fd3
Fix project URL and Javadoc refs to I18N APIs
3 files modified
24 ■■■■■ changed files
opendj3/opendj-ldap-sdk-examples/pom.xml 10 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/pom.xml 12 ●●●●● patch | view | raw | blame | history
opendj3/pom.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk-examples/pom.xml
@@ -56,7 +56,9 @@
        <configuration>
          <windowtitle>OpenDJ LDAP SDK Examples Documentation</windowtitle>
          <doctitle>OpenDJ LDAP SDK Examples Documentation</doctitle>
          <detectOfflineLinks>false</detectOfflineLinks>
          <links>
            <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
          </links>
        </configuration>
      </plugin>
      <plugin>
@@ -103,13 +105,15 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.7</version>
        <version>2.8</version>
        <configuration>
          <author>false</author>
          <quiet>true</quiet>
          <windowtitle>OpenDJ LDAP SDK Examples Documentation</windowtitle>
          <doctitle>OpenDJ LDAP SDK Examples Documentation</doctitle>
          <detectOfflineLinks>false</detectOfflineLinks>
          <links>
            <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
          </links>
        </configuration>
        <reportSets>
          <reportSet>
opendj3/opendj-ldap-sdk/pom.xml
@@ -100,8 +100,9 @@
        <configuration>
          <windowtitle>OpenDJ LDAP SDK Documentation</windowtitle>
          <doctitle>OpenDJ LDAP SDK Documentation</doctitle>
          <detectOfflineLinks>false</detectOfflineLinks>
          <excludes>org/forgerock/opendj/ldap/CoreMessages.java</excludes>
          <links>
            <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
          </links>
        </configuration>
      </plugin>
      <plugin>
@@ -135,16 +136,17 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.7</version>
        <version>2.8</version>
        <configuration>
          <author>false</author>
          <quiet>true</quiet>
          <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>
          <links>
            <link>http://commons.forgerock.org/i18n-framework/i18n-core/apidocs</link>
          </links>
        </configuration>
        <reportSets>
          <reportSet>
opendj3/pom.xml
@@ -43,7 +43,7 @@
    platform, providing a high performance, highly available and secure store
    for the identities managed by enterprises.
  </description>
  <url>http://www.opendj.org/</url>
  <url>http://opendj.forgerock.org</url>
  <issueManagement>
    <system>Jira</system>
    <url>https://bugster.forgerock.org/jira/browse/OPENDJ</url>