OPENDJ-1235: Migrate configuration framework
* finish rename of opendj-admin to opendj-config
| | |
| | | <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 |
| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-admin</artifactId> |
| | | <artifactId>opendj-config</artifactId> |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | <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> |