From 81909cf43111e8499c583395b66e96b6b74e6ab9 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Fri, 21 Feb 2014 13:50:22 +0000
Subject: [PATCH] Checkpoint OPENDJ-1343 Migrate dsconfig / OPENDJ-1303 "opendj-cli" - replaced arguments by CLI sdk CommonArguments.(Basic only, riskless to conflicting arguments) - reverted modifications on InstallDS/InstallDSArgumentParser about getDirectoryManagerPassword. - removed from toolconstants 'description' / 'memberName' (unused)

---
 opendj3-server-dev/src/server/org/opends/server/tools/ToolConstants.java |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/ToolConstants.java b/opendj3-server-dev/src/server/org/opends/server/tools/ToolConstants.java
index d82eec7..470f42c 100644
--- a/opendj3-server-dev/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opendj3-server-dev/src/server/org/opends/server/tools/ToolConstants.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
- *      Portions Copyright 2011-2013 ForgeRock AS
+ *      Portions Copyright 2011-2014 ForgeRock AS
  */
 package org.opends.server.tools;
 
@@ -456,15 +456,6 @@
      */
      public static final String OPTION_LONG_PRODUCT_VERSION  = "version";
 
-  /**
-   * The value for the short option description attributes.
-   */
-  public static final char OPTION_SHORT_DESCRIPTION = 'd';
-
-  /**
-   * The value for the long option description attribute.
-   */
-  public static final String OPTION_LONG_DESCRIPTION = "description";
 
   /**
    * The value for the short option groupName attributes.
@@ -489,17 +480,6 @@
   public static final String OPTION_LONG_NEWGROUPNAME= "newGroupName";
 
   /**
-   * The value for the short option member-name attributes.
-   */
-  public static final char OPTION_SHORT_MEMBERNAME = 'm';
-
-  /**
-   * The value for the long member-name version
-   * attribute.
-   */
-  public static final String OPTION_LONG_MEMBERNAME= "memberName";
-
-  /**
    * The value for the short option backendName attributes.
    */
   public static final char OPTION_SHORT_BACKENDNAME = 'b';

--
Gitblit v1.10.0