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

Matthew Swift
10.48.2013 e013b1235784f442ac804c54854a6edacd82dc18
Checkpoint commit for OPENDJ-175: Decouple OpenDJ LDAP SDK from Grizzly

* simplify module names
* minor pom cleanup
* minor file cleanup, e.g. remove unused directories, etc.
1 files renamed
5 files modified
46 ■■■■ changed files
opendj3/opendj-core/pom.xml 5 ●●●●● patch | view | raw | blame | history
opendj3/opendj-core/src/main/javadoc/overview.html patch | view | raw | blame | history
opendj3/opendj-grizzly/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk-examples/pom.xml 18 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/pom.xml 17 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-toolkit/pom.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-core/pom.xml
@@ -32,10 +32,11 @@
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-core</artifactId>
  <name>OpenDJ LDAP SDK</name>
  <name>OpenDJ Core APIs</name>
  <description>
    This module includes OpenDJ core APIs for implementing LDAP Directory
    client and server applications.
    client and server applications. Unlike the SDK this module does not
    include a default network transport.
  </description>
  <packaging>bundle</packaging>
  <dependencies>
opendj3/opendj-core/src/main/javadoc/overview.html
opendj3/opendj-grizzly/pom.xml
@@ -32,9 +32,9 @@
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-grizzly</artifactId>
  <name>Grizzly Provider for OpenDJ LDAP SDK</name>
  <name>OpenDJ Grizzly Transport Provider</name>
  <description>
    This module includes a Grizzly-based implementation of transport provider for OpenDJ LDAP SDK.
    This module includes a Grizzly based network transport provider for OpenDJ.
  </description>
  <packaging>bundle</packaging>
  <dependencies>
opendj3/opendj-ldap-sdk-examples/pom.xml
@@ -32,7 +32,7 @@
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-ldap-sdk-examples</artifactId>
  <name>OpenDJ LDAP SDK Examples</name>
  <name>OpenDJ SDK Examples</name>
  <description>Examples illustrating usage of the OpenDJ LDAP SDK</description>
  <dependencies>
    <dependency>
@@ -59,14 +59,14 @@
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <configuration>
            <createDependencyReducedPom>false</createDependencyReducedPom>
            <artifactSet>
                <excludes>
                    <!--  avoid duplicate classes, as opendj-ldap-sdk already contains them -->
                    <exclude>org.forgerock.opendj:opendj-core</exclude>
                    <exclude>org.forgerock.opendj:opendj-grizzly</exclude>
                </excludes>
            </artifactSet>
          <createDependencyReducedPom>false</createDependencyReducedPom>
          <artifactSet>
            <excludes>
              <!--  avoid duplicate classes, as opendj-ldap-sdk already contains them -->
              <exclude>org.forgerock.opendj:opendj-core</exclude>
              <exclude>org.forgerock.opendj:opendj-grizzly</exclude>
            </excludes>
          </artifactSet>
        </configuration>
        <executions>
          <execution>
opendj3/opendj-ldap-sdk/pom.xml
@@ -32,10 +32,11 @@
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-ldap-sdk</artifactId>
  <name>OpenDJ LDAP SDK</name>
  <name>OpenDJ SDK</name>
  <description>
    This module includes OpenDJ core APIs for implementing LDAP Directory
    client and server applications.
    This module provides a complete LDAP SDK for developing LDAP Directory
    client and server applications. It includes both the core APIs and a
    default Grizzly based network transport.
  </description>
  <packaging>jar</packaging>
  <dependencies>
@@ -94,11 +95,11 @@
            </goals>
          </execution>
        </executions>
        <configuration>
            <instructions>
                <Include-Resource>META-INF/services=target/classes/META-INF/services</Include-Resource>
            </instructions>
        </configuration>
        <configuration>
          <instructions>
            <Include-Resource>META-INF/services=target/classes/META-INF/services</Include-Resource>
          </instructions>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
opendj3/opendj-ldap-toolkit/pom.xml
@@ -32,7 +32,7 @@
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-ldap-toolkit</artifactId>
  <name>OpenDJ LDAP Toolkit</name>
  <name>OpenDJ SDK Toolkit</name>
  <description>
    This module includes LDAP command line tools based on the OpenDJ LDAP SDK.
  </description>