From f54aeb79b0f90d550c8cdcac5bfc22d4fc4579ce Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 12 Apr 2007 21:17:33 +0000
Subject: [PATCH] - The upgrader now contains a small companion program BuildExtractor that is run prior to Upgrader that extacts the user specified build file. This is done to allow upgrader to run from the new builds bits as opposed to the current build's bits.
---
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
index ba17305..a7a87a4 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -44,7 +44,7 @@
/**
* This class is in charge of performing the uninstallation of Open DS.
*/
-public class Uninstaller extends Application implements CliApplication {
+public class Uninstaller extends GuiApplication implements CliApplication {
private ProgressStep status = UninstallProgressStep.NOT_STARTED;
--
Gitblit v1.10.0