From 60cf8aa539572be17e02b83fa89c6326dfb0fd21 Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Wed, 05 Feb 2014 15:38:53 +0000 Subject: [PATCH] Checkpoint commit for OPENDJ-1303 - Replaced org.opends.server.util.args by com.forgerock.opendj.cli classes. - Deleted test cases as they are already ported in the opendj-cli module. --- opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java b/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java index 0ec11ca..c225cf0 100644 --- a/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java +++ b/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java @@ -45,9 +45,9 @@ import org.opends.server.config.ConfigException; import org.opends.server.protocols.ldap.LDAPResultCode; import org.opends.server.tools.ClientException; -import org.opends.server.util.args.Argument; -import org.opends.server.util.args.ArgumentException; -import org.opends.server.util.args.SubCommandArgumentParser; +import com.forgerock.opendj.cli.Argument; +import com.forgerock.opendj.cli.ArgumentException; +import com.forgerock.opendj.cli.SubCommandArgumentParser; import org.opends.server.util.cli.CommandBuilder; import org.opends.server.util.cli.LDAPConnectionConsoleInteraction; import org.opends.server.util.cli.ConsoleApplication; -- Gitblit v1.10.0