From 5f1df0569ddd9cc8bf5d46a2ccf0485f6b1531fd Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Wed, 29 Jun 2016 10:51:33 +0000 Subject: [PATCH] Minor fix: simplify upgrade message for removal of config backend --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index 7b332a0..5207e29 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -2541,8 +2541,8 @@ ERR_LDIFIMPORT_LDIF_FILE_DOESNT_EXIST_10055=Unable to access the LDIF file %s to import. Please check that the file is \ local to the server and the path correct. INFO_UPGRADE_TASK_BCRYPT_SCHEME_SUMMARY_10056=Adding Bcrypt password storage scheme configuration -INFO_UPGRADE_TASK_CONFIGURATION_BACKEND_NOT_CONFIGURABLE_10057=Removing config entry \ - for the non-configurable configuration backend +INFO_UPGRADE_TASK_CONFIGURATION_BACKEND_NOT_CONFIGURABLE_10057=Removing configuration entry for the configuration \ + backend INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_1_SUMMARY_10058=WARNING: OpenDJ %s OEM Edition removes support for the \ Berkeley JE backend.\n\nThe upgrade tool will reconfigure all JE \ backends as PDB backends.\n\nAfter the upgrade the new PDB backend(s) \ -- Gitblit v1.10.0