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

Ludovic Poitou
09.59.2011 a8b4738ccb535f4c62530bfb3caf543a5b48e357
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java
@@ -200,7 +200,7 @@
  private File backupDirectory = null;
  /**
   * ID that uniquely identifieds this invocation of the Upgrader in the
   * ID that uniquely identifies this invocation of the Upgrader in the
   * historical logs.
   */
  private Long historicalOperationId;
@@ -327,7 +327,8 @@
        String listUrlString =
                System.getProperty("org.opends.quicksetup.upgrader.BuildList");
        if (listUrlString == null) {
          listUrlString = "http://www.opends.org/upgrade-builds";
          listUrlString =
              "http://www.forgerock.org/downloads/opendj/upgrade-builds";
        }
        URL buildRepo = new URL(listUrlString);