From 8954178f7ee9f6bc45ac3070f3f483027a2064f4 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Mon, 02 Apr 2007 22:25:59 +0000 Subject: [PATCH] - Succeeded in removing the Utils.isUninstall() method. All the logic that was being controlled by if statements using this method has been moved to the applications themselves (except for a few hacks that I've documented in the code) --- opendj-sdk/opends/resource/upgrade.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/upgrade.bat b/opendj-sdk/opends/resource/upgrade.bat index d0d4d4b..1e0bd31 100644 --- a/opendj-sdk/opends/resource/upgrade.bat +++ b/opendj-sdk/opends/resource/upgrade.bat @@ -60,7 +60,7 @@ goto callJava :callLaunch -"%DIR_HOME%\lib\winlauncher.exe" launch "%DIR_HOME%" "%JAVA_BIN%" %JAVA_ARGS% org.opends.quicksetup.uninstaller.UninstallLauncher +"%DIR_HOME%\lib\winlauncher.exe" launch "%DIR_HOME%" "%JAVA_BIN%" %JAVA_ARGS% org.opends.quicksetup.upgrader.UpgradeLauncher goto end :callJava -- Gitblit v1.10.0