From 473e684067fcf03dd99666e033f61541fa8c5e62 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 30 Apr 2014 20:38:20 +0000
Subject: [PATCH] OPENDJ-1454 Remove all code supporting "dc=replicationChanges"

---
 opendj3-server-dev/src/messages/messages/replication.properties |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties
index 177d214..84beb3c 100644
--- a/opendj3-server-dev/src/messages/messages/replication.properties
+++ b/opendj3-server-dev/src/messages/messages/replication.properties
@@ -165,23 +165,16 @@
  to be the destination of a message of type %s
 ERR_CHECK_CREATE_REPL_BACKEND_FAILED_89=An unexpected error occurred when \
  testing existence or creating the replication backend : %s
-ERR_DELETE_REPL_BACKEND_FAILED_90=An unexpected error occurred when \
- deleting the replication backend : %s
 ERR_BACKEND_EXPORT_ENTRY_91=An error occurred when \
  exporting the entry %s : %s
 ERR_BACKEND_CANNOT_CREATE_LDIF_WRITER_92 =An error occurred when \
  creating the LDIF writer to export backend : %s
 ERR_BACKEND_SEARCH_ENTRY_93 =An error occurred when \
  searching for %s : %s
-ERR_REPLICATIONBACKEND_ENTRY_DOESNT_EXIST_94=Entry %s does not exist in \
- the replication server backend
 ERR_UNKNOWN_DN_95=The base DN %s is not stored by any of the \
  Directory Server backend
 ERR_REPLICATONBACKEND_IMPORT_LDIF_NOT_SUPPORTED_98=The replication \
  server backend does not support the import ldif function
-ERR_REPLICATONBACKEND_EXPORT_LDIF_FAILED_99=The replication \
- server backend cannot export its entries in LDIF format because the \
- export-ldif command must be run as a task
 ERR_PROCESSING_REMOTE_MONITOR_DATA_107=Monitor data of remote servers \
  are missing due to a processing error : %s
 ERR_SENDING_REMOTE_MONITOR_DATA_REQUEST_108=Unable to send monitor data \
@@ -189,8 +182,6 @@
  error: %s
 ERR_EXCEPTION_REPLAYING_REPLICATION_MESSAGE_109=An Exception was caught \
  while replaying replication message : %s
-ERR_REPLICATION_SERVER_CONFIG_NOT_FOUND_110=The replication server \
- configuration could not be found
 DEBUG_GOING_TO_SEARCH_FOR_CHANGES_111=The replication server is late \
 regarding our changes: going to send missing ones
 DEBUG_CHANGES_SENT_113=All missing changes sent to replication server

--
Gitblit v1.10.0