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

jvergara
07.54.2008 7f020de74c831dc15d5e70a7f423f87f4d5e8a37
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 *      Portions Copyright 2008 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.upgrader;
@@ -139,6 +139,7 @@
  // Files that will be ignored during backup
  static final String[] FILES_TO_IGNORE_DURING_BACKUP = {
          TOOLS_PROPERTIES, // tools.properties
          RELATIVE_JAVA_PROPERTIES_FILE, // java.properties
          ADSContext.getAdminLDIFFile() // admin-backend.ldif
  };
@@ -1357,7 +1358,7 @@
      Stage stage = getStage();
      Installation installation = getInstallation();
      File root = installation.getRootDirectory();
      stage.move(root);
      stage.move(root, new UpgradeFileFilter(getStageDirectory()));
      // The bits should now be of the new version.  Have
      // the installation update the build information so