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

jvergara
12.01.2008 10cebdbfc498c606c5736862ec85d5d1bf0b66a9
refs
author jvergara <jvergara@localhost>
Tuesday, February 12, 2008 12:01 +0100
committer jvergara <jvergara@localhost>
Tuesday, February 12, 2008 12:01 +0100
commit10cebdbfc498c606c5736862ec85d5d1bf0b66a9
tree 03fbb73af2296a22557a51ce6d920c23e1f77579 tree | zip | gz
parent 5da14b8fa406fee2e566307f01d8a58af1ad18d8 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
opends/src/messages/messages/core.properties 20 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java 23 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 51 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 38 ●●●●● diff | view | raw | blame | history