From 10cebdbfc498c606c5736862ec85d5d1bf0b66a9 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 12 Feb 2008 11:01:04 +0000
Subject: [PATCH] Fix for issue 2919 (translation of version related properties causes error)

---
 opends/src/messages/messages/core.properties |   20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index a4adb1a..5f52ab8 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Portions Copyright 2006-2008 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 
 
 
@@ -1764,21 +1764,5 @@
 MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=The provided entry %s cannot be added \
  because its suffix is not defined as one of the suffixes within the \
  Directory Server
-#Messages for start-ds -F option, the alignment matters
 NOTICE_VERSION_698=%s
-NOTICE_MAJOR_VERSION_699=Major Version:           %d
-NOTICE_MINOR_VERSION_700=Minor Version:           %d
-NOTICE_POINT_VERSION_701=Point Version:           %d
-NOTICE_VERSION_QUALIFIER_702=Version Qualifier:       %s
-NOTICE_BUILD_NUMBER_703=Build Number:                 %s
-NOTICE_REVISION_NUMBER_704=Revision Number:         %d
-NOTICE_FIX_IDS_705=Fix IDs:                           %s
-NOTICE_DEBUG_BUILD_706=Debug Build:             %b
-NOTICE_BUILD_OS_707=Build OS:                %s
-NOTICE_BUILD_USER_708=Build User:              %s
-NOTICE_UPGRADE_EVENTS_709=Upgrade Event IDs:       %s
-NOTICE_BUILD_JAVA_VERSION_710=Build Java Version:      %s
-NOTICE_BUILD_JAVA_VENDOR_711=Build Java Vendor:       %s
-NOTICE_BUILD_JVM_VERSION_712=Build JVM Version:       %s
-NOTICE_BUILD_JVM_VENDOR_713=Build JVM Vendor:        %s
-NOTICE_BUILD_ID_714=Build ID:                 %s
+NOTICE_BUILD_ID_699=Build ID:                 %s

--
Gitblit v1.10.0