From 0a41cf1cdbdb5b54dc045982c71a1386bd4c2ed1 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Wed, 20 May 2015 07:53:57 +0000 Subject: [PATCH] OPENDJ-1936 - move DBTest tool and JE DB environment monitor into JEB backend package --- opendj-server-legacy/resource/bin/dbtest | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/resource/bin/dbtest b/opendj-server-legacy/resource/bin/dbtest index fa49b22..61e35c0 100644 --- a/opendj-server-legacy/resource/bin/dbtest +++ b/opendj-server-legacy/resource/bin/dbtest @@ -23,11 +23,11 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. -# Portions Copyright 2011 ForgeRock AS +# Portions Copyright 2011-2015 ForgeRock AS # This script may be used to debug JE backends in the Directory Server. -OPENDJ_INVOKE_CLASS="org.opends.server.tools.DBTest" +OPENDJ_INVOKE_CLASS="org.opends.server.backends.jeb.DBTest" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="dbtest" -- Gitblit v1.10.0