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/src/main/java/org/opends/server/util/RuntimeInformation.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/RuntimeInformation.java b/opendj-server-legacy/src/main/java/org/opends/server/util/RuntimeInformation.java
index 65df6bf..160d05e 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/RuntimeInformation.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/RuntimeInformation.java
@@ -38,8 +38,6 @@
 
 import org.opends.server.core.DirectoryServer;
 
-import com.sleepycat.je.JEVersion;
-
 import static org.opends.messages.CoreMessages.*;
 import static org.opends.messages.RuntimeMessages.*;
 import static org.opends.server.util.DynamicConstants.*;
@@ -124,7 +122,6 @@
              NOTE_JAVA_HOME.get(System.getProperty("java.home")));
      System.out.println(
              NOTE_JAVA_CLASSPATH.get(System.getProperty("java.class.path")));
-     System.out.println(NOTE_JE_VERSION.get(JEVersion.CURRENT_VERSION));
      System.out.println(
              NOTE_CURRENT_DIRECTORY.get(System.getProperty("user.dir")));
      String installDir = toCanonicalPath(DirectoryServer.getServerRoot());

--
Gitblit v1.10.0