From 8b3cd28204e15e0a98ce038b355f100cd7c44e3c Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <capponi.nicolas@gmail.com>
Date: Thu, 28 Jan 2016 08:28:20 +0000
Subject: [PATCH] OPENDJ-1632 (PR-201) Migrate AttributeType in one shot

---
 opendj-server-legacy/src/messages/org/opends/messages/schema.properties |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/schema.properties b/opendj-server-legacy/src/messages/org/opends/messages/schema.properties
index f0c80e2..0382824 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/schema.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/schema.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2011-2015 ForgeRock AS
+#      Portions Copyright 2011-2016 ForgeRock AS
 #      Portions Copyright 2012-2014 Manuel Gaupp
 
 
@@ -906,3 +906,6 @@
  characters at the end of the assertion
 ERR_CERTIFICATE_MATCH_GSER_INVALID_339=An error occurred while parsing the \
  GSER String: "%s"
+ERR_ATTR_TYPE_CANNOT_REGISTER_340=Attribute type could not be registered from definition: %s
+ERR_SCHEMA_HAS_WARNINGS_341=There should be no warnings on the schema, \
+ but instead got %d warnings: %s
\ No newline at end of file

--
Gitblit v1.10.0