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

Gaetan Boismal
24.13.2015 c8e2bbcb6cf52515d6cceaca4f47069eb813f583
refs
author Gaetan Boismal <gaetan.boismal@forgerock.com>
Tuesday, March 24, 2015 12:13 +0100
committer Gaetan Boismal <gaetan.boismal@forgerock.com>
Tuesday, March 24, 2015 12:13 +0100
commitc8e2bbcb6cf52515d6cceaca4f47069eb813f583
tree d2b6b521359afb75c4a62621160956f4a2728088 tree | zip | gz
parent 8e174a3b5ad5ba4f3267bffceb0d952eea891b5f view | diff
OPENDJ-1886: Remove short option for testonly arg

***** opendj-cli *****
* ArgumentConstants.java
** Add constant for testonly long option

* CommonArguments.java
** Removes getTestOnly(...) static method as it is only used in InstallDS.

* cli.properties
** Removes INFO_ARGUMENT_DESCRIPTION_TESTONLY message and migrate it to server tool.properties to have consistant import in InstallDS.java

***** opendj-ldap-toolkit *****
* resources/.../_script_util.bat
** Replace short option call by long option call

***** opendj-server-legacy *****
* resources/.../bin/_script-util.sh _script-util.bat
** Replace short option call by long option call

* InstallDSArgumentParser.java
** Inline static call to CommonArguments

* tools.properties
** Add testonly argument information message
8 files modified
51 ■■■■■ changed files
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java 3 ●●●●● diff | view | raw | blame | history
opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java 17 ●●●●● diff | view | raw | blame | history
opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties 2 ●●●●● diff | view | raw | blame | history
opendj-ldap-toolkit/src/main/assembly/libbat/_script-util.bat 4 ●●●● diff | view | raw | blame | history
opendj-server-legacy/resource/bin/_script-util.bat 6 ●●●● diff | view | raw | blame | history
opendj-server-legacy/resource/bin/_script-util.sh 10 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDSArgumentParser.java 7 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/messages/org/opends/messages/tool.properties 2 ●●●●● diff | view | raw | blame | history