Fix OPENDJ-190: Look for tools.properties, etc. in ~/.opendj rather than ~/.opends
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.quicksetup.util; |
| | |
| | | private static String getKeyStorePath() |
| | | { |
| | | return System.getProperty("user.home") + File.separator + |
| | | ".opends" + File.separator + "gui-keystore"; |
| | | ".opendj" + File.separator + "gui-keystore"; |
| | | } |
| | | |
| | | /** |
| | |
| | | * 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. |