From ea9b9e87abcf36995a52d271ae34e792653fd696 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 19 Sep 2007 14:40:07 +0000
Subject: [PATCH] After some discussions it has been decided to merge the setup and uninstall commands so that we have the behavior that we had before. So with this changes, in order to work in CLI mode the option --cli must be specified.
---
opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
index 3eb6f67..f9e676c 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
@@ -123,13 +123,6 @@
/**
* {@inheritDoc}
*/
- protected boolean isCli() {
- return true;
- }
-
- /**
- * {@inheritDoc}
- */
protected void guiLaunchFailed(String logFilePath) {
if (logFilePath != null)
{
--
Gitblit v1.10.0