From d601d210f246fcf4b1060471063f91815cfef0a3 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 12 May 2015 08:35:07 +0000
Subject: [PATCH] OPENDJ-1680 Set file-based changelog as default

---
 opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml b/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
index 3134e18..c86848a 100644
--- a/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
+++ b/opendj-sdk/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
@@ -183,7 +183,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="replication-db-implementation" mandatory="true" read-only="true">
+  <adm:property name="replication-db-implementation" mandatory="true" advanced="true">
     <adm:synopsis>
        The <adm:user-friendly-name /> database implementation
       that stores all persistent information.

--
Gitblit v1.10.0