From 0e63575f95dafe1cdb67fb1cc3814ac97e51596e Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 19 Sep 2014 15:36:37 +0000
Subject: [PATCH] OPENDJ-1388 CR-3446 Implement simple changelog db based on single log file

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

diff --git a/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties b/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties
index 7dc1423..b9111db 100644
--- a/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties
+++ b/opendj3-server-dev/src/admin/messages/ReplicationServerCfgDefn.properties
@@ -13,6 +13,9 @@
 property.monitoring-period.description=Defines the duration that the replication server will wait before sending new monitoring messages to its peers (replication servers and directory servers). Larger values increase the length of time it takes for a directory server to detect and switch to a more suitable replication server, whereas smaller values increase the amount of background network traffic.
 property.queue-size.synopsis=Specifies the number of changes that are kept in memory for each directory server in the Replication Domain.
 property.replication-db-directory.synopsis=The path where the Replication Server stores all persistent information.
+property.replication-db-implementation.synopsis=The Replication Server database implementation that stores all persistent information.
+property.replication-db-implementation.syntax.enumeration.value.je.synopsis=Implementation based on Berkeley DB JE database.
+property.replication-db-implementation.syntax.enumeration.value.log.synopsis=Implementation based on log file.
 property.replication-port.synopsis=The port on which this Replication Server waits for connections from other Replication Servers or Directory Servers.
 property.replication-purge-delay.synopsis=The time (in seconds) after which the Replication Server erases all persistent information.
 property.replication-server.synopsis=Specifies the addresses of other Replication Servers to which this Replication Server tries to connect at startup time.

--
Gitblit v1.10.0