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/ManagementContextFactory.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java b/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java index 82ad4e0..3153f4a 100644 --- a/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java +++ b/opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java @@ -22,6 +22,7 @@ * * * Copyright 2007-2009 Sun Microsystems, Inc. + * Portions Copyright 2014 ForgeRock AS */ package org.opends.server.tools.dsconfig; @@ -29,8 +30,8 @@ import org.opends.server.admin.client.ManagementContext; import org.opends.server.tools.ClientException; -import org.opends.server.util.args.ArgumentException; -import org.opends.server.util.args.SubCommandArgumentParser; +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.ConsoleApplication; -- Gitblit v1.10.0