From cad91508db120a47ec3dd52f60085dfeee9c5c22 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 16 Jun 2014 13:12:30 +0000
Subject: [PATCH] OPENDJ-1490 (CR-3724) Replicated server fails to start after upgrade due to missing ReplicationBackend class

---
 opendj3-server-dev/src/messages/messages/tools.properties |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/tools.properties b/opendj3-server-dev/src/messages/messages/tools.properties
index 930a875..32b878e 100644
--- a/opendj3-server-dev/src/messages/messages/tools.properties
+++ b/opendj3-server-dev/src/messages/messages/tools.properties
@@ -2347,7 +2347,7 @@
  provided LDIF files must be conform to the server schema
 WARN_LDIFDIFF_NO_CONFIG_FILE_1675=WARNING:  no configuration file was \
  provided as argument.  No schema check will be performed.  If this is being \
- called throught the '%s' command-line, verify that the script has not been \
+ called through the '%s' command-line, verify that the script has not been \
  modified
 INFO_LDAPAUTH_NON_EMPTY_PASSWORD_1676=You must provide a non-empty password \
 to continue
@@ -2375,10 +2375,8 @@
 INFO_LDIFIMPORT_THREAD_COUNT_PLACEHOLDER_1687={count}
 ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT_1688=The value %s for \
 threadCount cannot be parsed: %s
-
 INFO_LDAPSEARCH_PUBLIC_CHANGELOG_COOKIE_EXC_1689=# Public \
  changelog exchange control(%s): %s
-
 INFO_ENCPW_DESCRIPTION_INPUT_PW_1690=The password to encode or to compare \
  against an encoded password is interactively asked to the user
 INFO_ENCPW_INPUT_PWD_1_1691=Please enter the password :
@@ -2540,7 +2538,7 @@
 INFO_UPGRADE_REBUILD_INDEX_ENDS_1840=Rebuild index task ends
 INFO_UPGRADE_PERFORMING_POST_TASKS_1841=Performing post upgrade tasks
 INFO_UPGRADE_POST_TASKS_COMPLETE_1842=Post upgrade tasks complete
-ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL_1843=An error occured during post \
+ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL_1843=An error occurred during post \
 upgrade task. Process aborted. Please check log for further details
 INFO_UPGRADE_REBUILD_INDEX_DECLINED_1844 =You have to rebuild the '%s' index \
 manually to get a fully functional server
@@ -2589,3 +2587,5 @@
 INFO_UPGRADE_TASK_10232_1_SUMMARY_10024=Deleting ds-cfg-default-debug-level attribute in File-Based Debug Logger
 INFO_UPGRADE_TASK_10329_1_SUMMARY_10025=Updating ds-cfg-default-severity attribute in File-Based Error Logger
 INFO_UPGRADE_TASK_10339_1_SUMMARY_10026=Updating ds-cfg-override-severity attribute in Replication Repair Logger
+INFO_UPGRADE_TASK_10733_1_SUMMARY_10027=Removing 'dc=replicationchanges' backend
+INFO_UPGRADE_TASK_10733_2_SUMMARY_10028=Removing ACI for 'dc=replicationchanges'

--
Gitblit v1.10.0