Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-02-13 16:30:12 +0000
committerLars Vogel2019-02-13 16:55:22 +0000
commit7470a9c748a4393d8f0da786eba9a2cab0373a91 (patch)
tree0a693d26f415a46f27915fcecba5f8b83e53a90e
parent49b8041da50c34fe143e425622e5e308572449fc (diff)
downloadrt.equinox.framework-7470a9c748a4393d8f0da786eba9a2cab0373a91.tar.gz
rt.equinox.framework-7470a9c748a4393d8f0da786eba9a2cab0373a91.tar.xz
rt.equinox.framework-7470a9c748a4393d8f0da786eba9a2cab0373a91.zip
Bug 544262 - Deprecate and mark for deletionY20190213-2200I20190214-1800I20190213-1800
org.eclipse.core.launcher#Main and WebStartMain Change-Id: I71d23a099d04fc86dea3b59796c46c4fa75d7a10 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java1
-rw-r--r--bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java1
2 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java
index 51a55e6ab..9035c2b3f 100644
--- a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java
+++ b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/core/launcher/Main.java
@@ -25,6 +25,7 @@ package org.eclipse.core.launcher;
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
* @noreference This class is not intended to be referenced by clients.
+ *
* @deprecated
*
* This API is planned to be deleted, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=544262
diff --git a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java
index 961fda8e9..703c18e74 100644
--- a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java
+++ b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java
@@ -35,6 +35,7 @@ import java.util.zip.ZipFile;
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
* @noreference This class is not intended to be referenced by clients.
+ *
* @deprecated Java WebStart is removed in Java 11.
*
* This API is planned to be deleted, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=544262

Back to the top