From 6292beaede500c125091a84263ed7cda454ba299 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 21 Oct 2015 16:05:43 +0000
Subject: [PATCH] OPENDJ-2348 PR-96 Remove webstart and netscape support

---
 opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java b/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java
index 3f5bacb..d4758a7 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java
@@ -55,11 +55,6 @@
 public class SetupUtils
 {
   /**
-   * Java property used to known if we are using web start or not.
-   */
-  public static final String IS_WEBSTART = "org.opends.quicksetup.iswebstart";
-
-  /**
    * Specific environment variable used by the scripts to find java.
    */
   public static final String OPENDJ_JAVA_HOME = "OPENDJ_JAVA_HOME";
@@ -353,17 +348,6 @@
   }
 
   /**
-   * Indicates whether we are in a web start installation or not.
-   *
-   * @return <CODE>true</CODE> if we are in a web start installation and
-   *         <CODE>false</CODE> if not.
-   */
-  public static boolean isWebStart()
-  {
-    return "true".equals(System.getProperty(IS_WEBSTART));
-  }
-
-  /**
    * Returns the String that can be used to launch an script using Runtime.exec.
    * This method is required because in Windows the script that contain a "="
    * in their path must be quoted.

--
Gitblit v1.10.0