From a3b0441c12b207c0fdfce0566dba2db5ecd3816c Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Fri, 25 Apr 2014 14:41:38 +0000
Subject: [PATCH] Checkpoint for OPENDJ-1343 Migrate dsconfig - Moved dsconfig package to opendj-config. -> Several checkstyle errors still exist and will be fixed after this commit in order to let the changes on main files more readable. -> BuildVersion.java will be renamed, moved later.
---
opendj-config/src/main/resources/com/forgerock/opendj/ldap/config.properties | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config.properties b/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config.properties
index ba5ec67..952acb3 100644
--- a/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config.properties
+++ b/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config.properties
@@ -932,3 +932,12 @@
WARN_CONFIG_LOGGING_UNSUPPORTED_FIELDS_IN_LOG_FORMAT_734=The log format \
for %s contains the folowing unsupported fields: %s. Their output will be \
replaced with a dash ("-") character
+ERR_BUILDVERSION_MISMATCH_735=The OpenDJ binary version '%s' does not match the installed \
+version '%s'. Please run upgrade before continuing
+ERR_BUILDVERSION_MALFORMED_736=The version of the installed OpenDJ could not be determined \
+because the version file '%s' exists but contains invalid data. \
+Restore it from backup before continuing
+ERR_BUILDVERSION_NOT_FOUND_737=The version of the installed OpenDJ could not be determined \
+because the version file '%s' could not be found. Restore it from backup before continuing
+ERR_CONFIGVERSION_NOT_FOUND_738=The version of the installed OpenDJ could not be determined \
+because tan error occurs during reading the current configuration.
--
Gitblit v1.10.0