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/quicksetup.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index 3c3293c..640a6f9 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -1100,4 +1100,5 @@ href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool"> OpenDS \ documentation wiki</a>. INFO_WELCOME_STEP=Welcome +INFO_CONFIRM_UNINSTALL_STEP=Uninstall Options INFO_ZIP_FILES_DESCRIPTION=OpenDS Installation Package (.zip) -- Gitblit v1.10.0