From 2e08d2c0e9bede644be993ddaa28157c9f156c10 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 07 May 2013 13:50:59 +0000
Subject: [PATCH] svn merge https://svn.forgerock.org/opendj/trunk/opends@8851 https://svn.forgerock.org/opendj/branches/native-packaging@8851 .
---
opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java b/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
index 781ffb4..06ffb03 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2013 ForgeRock AS.
*/
package org.opends.quicksetup.webstart;
@@ -63,16 +64,6 @@
static private final Logger LOG =
Logger.getLogger(WebStartDownloader.class.getName());
- /**
- * Returns the name of the zip file name that contains all the installation.
- * @return the name of the zip file name that contains all the installation.
- */
- static public String getZipFileName()
- {
- // Passed as a java option in the JNLP file
- return System.getProperty(SetupUtils.ZIP_FILE_NAME);
- }
-
private ApplicationException ex;
private boolean isFinished;
--
Gitblit v1.10.0