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

Matthew Swift
06.24.2014 030a0bce80cd22a3ec6f40ab6210d8cf2b18d0d7
OPENDJ-1235: Migrate configuration framework

* finish rename of opendj-admin to opendj-config
3 files modified
6 ■■■■ changed files
opendj-sdk/opendj-config/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-server/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-config/pom.xml
@@ -19,7 +19,7 @@
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-admin</artifactId>
  <artifactId>opendj-config</artifactId>
  <name>OpenDJ Configuration API</name>
  <description>
    This module includes Configuration APIs for implementing LDAP Directory
opendj-sdk/opendj-server/pom.xml
@@ -51,7 +51,7 @@
    </dependency>
    <dependency>
      <groupId>org.forgerock.opendj</groupId>
      <artifactId>opendj-admin</artifactId>
      <artifactId>opendj-config</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
opendj-sdk/pom.xml
@@ -92,7 +92,7 @@
    <module>opendj-config-maven-plugin</module>
    <module>opendj-core</module>
    <module>opendj-grizzly</module>
   <!-- <module>opendj-admin</module> -->
   <!-- <module>opendj-config</module> -->
    <module>opendj-ldap-sdk</module>
    <module>opendj-ldap-toolkit</module>
    <module>opendj-ldap-sdk-examples</module>