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

Matthew Swift
06.24.2014 4951001b2e4b8b018450282a0e52ef5c091d4191
OPENDJ-1235: Migrate configuration framework

* finish rename of opendj-admin to opendj-config
3 files modified
6 ■■■■ changed files
opendj-config/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server/pom.xml 2 ●●● patch | view | raw | blame | history
pom.xml 2 ●●● patch | view | raw | blame | history
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-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>
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>