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

Matthew Swift
07.41.2011 9aa85f0854e05558bf94ba174539e112b7a3b7ff
Fix OPENDJ-190: Look for tools.properties, etc. in ~/.opendj rather than ~/.opends
2 files modified
5 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/util/UIKeyStore.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/ToolConstants.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/UIKeyStore.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.quicksetup.util;
@@ -179,7 +180,7 @@
  private static String getKeyStorePath()
  {
    return System.getProperty("user.home") + File.separator +
    ".opends" + File.separator + "gui-keystore";
    ".opendj" + File.separator + "gui-keystore";
  }
  /**
opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -94,7 +94,7 @@
   * The name of the opends configuration direction in the user
   * home directory.
   */
  public static final String DEFAULT_OPENDS_CONFIG_DIR = ".opends";
  public static final String DEFAULT_OPENDS_CONFIG_DIR = ".opendj";
  /**
   * The default properties file name.