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/quicksetup/installer/InstallProgressStep.java | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/InstallProgressStep.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/InstallProgressStep.java
index 87c8933..22b0c0b 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/InstallProgressStep.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/InstallProgressStep.java
@@ -39,18 +39,6 @@
NOT_STARTED,
/**
- * Downloading the remote jar files (this step is specific to the Web Start
- * installation).
- */
- DOWNLOADING,
-
- /**
- * Extracting the zip file (this step is specific to the Web Start
- * installation).
- */
- EXTRACTING,
-
- /**
* Configuring server.
*/
CONFIGURING_SERVER,
--
Gitblit v1.10.0