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/quicksetup/org/opends/quicksetup/Installation.java |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/Installation.java b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
index 5b06e72..6c9a604 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Installation.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -139,16 +139,6 @@
   public static final String WINDOWS_SETUP_FILE_NAME = "setup.bat";
 
   /**
-   * The UNIX GUI setup script file name.
-   */
-  public static final String UNIX_SETUP_GUI_FILE_NAME = "setup-gui";
-
-  /**
-   * The Windows GUI setup batch file name.
-   */
-  public static final String WINDOWS_SETUP_GUI_FILE_NAME = "setup-gui.bat";
-
-  /**
    * The UNIX uninstall script file name.
    */
   public static final String UNIX_UNINSTALL_FILE_NAME = "uninstall";
@@ -159,17 +149,6 @@
   public static final String WINDOWS_UNINSTALL_FILE_NAME = "uninstall.bat";
 
   /**
-   * The UNIX uninstall script file name.
-   */
-  public static final String UNIX_UNINSTALL_GUI_FILE_NAME = "uninstall-gui";
-
-  /**
-   * The Windows uninstall batch file name.
-   */
-  public static final String WINDOWS_UNINSTALL_GUI_FILE_NAME =
-    "uninstall-gui.bat";
-
-  /**
    * The UNIX upgrade script file name.
    */
   public static final String UNIX_UPGRADE_FILE_NAME = "upgrade";

--
Gitblit v1.10.0