mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
12.01.2008 1734192ada59093375aee59c884d2b3c75bc0e64
refs
author jvergara <jvergara@localhost>
Tuesday, February 12, 2008 12:01 +0100
committer jvergara <jvergara@localhost>
Tuesday, February 12, 2008 12:01 +0100
commit1734192ada59093375aee59c884d2b3c75bc0e64
tree 3b0075b9662d228a3d2fec1f5b7faa31428cc33f tree | zip | gz
parent 0c6c6b13dfa52e7312a94a27c8f176d72639390e view | diff
Fix for issue 2919 (translation of version related properties causes error)

The issue comes because we are parsing the output of a command-line and this output is localized. Since the option we are using is not part of the public interface. This information can be used not only by the BuildInformation class but also by the support team so it is better not to localize it. The fix consists of removing these properties from the properties file and define some String constants in SetupUtils so that can be shared by BuildInformation and DirectoryServer classes.

4 files modified
132 ■■■■■ changed files
opendj-sdk/opends/src/messages/messages/core.properties 20 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java 23 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java 51 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java 38 ●●●●● diff | view | raw | blame | history