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

kenneth_suter
24.06.2007 c8ab6acf2b6e59672528994316908522fdce89d4
made upgrader system properties consistent
1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java
@@ -225,13 +225,12 @@
  static private final String SYS_PROP_INSTALL_ROOT =
          "org.opends.quicksetup.upgrader.Root";
  /**
   * If set to true, an error is introduced during the
   * upgrade process for testing.
   */
  static private final String SYS_PROP_CREATE_ERROR =
          "org.opends.upgrader.Upgrader.CreateError";
          "org.opends.quicksetup.upgrader.CreateError";
  /**
   * If set to true, if the upgrader encounters an error
@@ -240,7 +239,7 @@
   * erroneous state.
   */
  static private final String SYS_PROP_NO_ABORT =
          "org.opends.upgrader.Upgrader.NoAbort";
          "org.opends.quicksetup.upgrader.NoAbort";
  // Root files that will be ignored during backup
  static private final String[] ROOT_FILES_TO_IGNORE_DURING_BACKUP = {