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

lutoff
12.03.2008 5fbc00f7eef49cf0dd8859117f22247e3cceb6ae
fix source code isolation
2 files modified
4 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Installation.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -440,7 +440,7 @@
   * Indicates if the install and instance are in the same directory.
   * @return true if the install and instance are in the same directory.
   */
  public boolean instanceAndInstallInSameDir;
  private boolean instanceAndInstallInSameDir;
  /**
   * Creates a new instance from a root directory specified as a string.
opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java
@@ -766,7 +766,7 @@
      Set<String> cs = new HashSet<String>(Arrays.asList(children));
      // TODO:  more testing of file dir
      if (installation.instanceAndInstallInSameDir)
      if (installation.instanceAndInstallInSameDir())
      {
      isFilesDir = cs.contains(CONFIG_PATH_RELATIVE) &&
              cs.contains(LIBRARIES_PATH_RELATIVE);