From 742a3e791457688a9715682abba6e4306c7dbfae Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Aug 2007 14:56:47 +0000
Subject: [PATCH] Fix for issue 2114.  The fix consists of actually adding some missing classes to quicksetup.jar (OpenDsException) and fix some code to also add the messages properties files.  Only QuickSetupMessages are required, so these are the only messages that are being added.

---
 opendj-sdk/opends/src/messages/messages/admin_tool.properties |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index 8f8d5a2..294092a 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -119,7 +119,6 @@
  servers:\n%s\nDo you want the uninstaller to try to remove the references to \
  this server in a best-effort mode?
 INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Server is Running
-INFO_CONFIRM_UNINSTALL_STEP=Uninstall Options
 INFO_CONNECTIONS_LABEL=Open Connections:
 INFO_COULD_NOT_FIND_VALID_LDAPURL=Error reading the configuration file.%nThis \
  could be caused because there is not an enabled LDAP port for the specified \

--
Gitblit v1.10.0