From ec5df3b4a274b6413135f9a15eceb63b7ff68733 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 12 May 2015 08:17:47 +0000
Subject: [PATCH] OPENDJ-1680 Set file-based changelog as default
---
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-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
index 4a02dd5..3134e18 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
+++ b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ReplicationServerConfiguration.xml
@@ -190,7 +190,7 @@
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
- <adm:value>je</adm:value>
+ <adm:value>log</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
--
Gitblit v1.10.0