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/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 52ffb25..7fc9bf1 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1583,7 +1583,7 @@
<tool>
<name>dbtest</name>
- <application>org.opends.server.tools.DBTest</application>
+ <application>org.opends.server.backends.jeb.DBTest</application>
<trailingSectionPaths>
<trailingSectionPath>exit-codes-0-gt0.xml</trailingSectionPath>
<trailingSectionPath>dbtest-examples.xml</trailingSectionPath>
--
Gitblit v1.10.0