Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-02-19 10:02:14 +0000
committerLars Vogel2019-02-19 10:54:08 +0000
commit58f71ff19379a5d4f96f47f29dd809887d65c3d6 (patch)
tree78f784362cdcdf778f091f9ed68383523954f4e3
parent9a2c966294dcf8b99ce5bac191bcd25997532161 (diff)
downloadeclipse.platform.common-58f71ff19379a5d4f96f47f29dd809887d65c3d6.tar.gz
eclipse.platform.common-58f71ff19379a5d4f96f47f29dd809887d65c3d6.tar.xz
eclipse.platform.common-58f71ff19379a5d4f96f47f29dd809887d65c3d6.zip
Bug 544339 - Mark 2.0 plug-in compatibility classes for deletion
Change-Id: Ic65e8ba6c09de34037ab33503ddd03a7d87ffc56 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 0680269ad..d936155af 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -100,6 +100,7 @@ Planned API removals after March 2021:
<li><a href="#commandsutil">org.eclipse.core.commands.util package</a></li>
<li><a href="#encodingactiongroup">org.eclipse.ui.editors.text.EncodingActionGroup</a></li>
<li><a href="#equinoxlauncher">org.eclipse.core.launcher#Main and WebStartMain</a></li>
+ <li><a href="#20supportclasses">Delete 2.0 plug-in compatibility classes and related API</a></li>
</ol>
<hr>
@@ -389,6 +390,21 @@ The classes <code>org.eclipse.core.launcher.Main</code>, <code>org.eclipse.equin
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=544262" target="_blank">bug 544262</a>.
</p>
+<h3>5. <a name="20supportclasses">Delete 2.0 plug-in compatibility classes and related API</a></h3>
+
+The following classes and its related API will be deleted.
+
+<ul>
+ <li><tt>ILibrary</tt></li>
+ <li><tt>IPluginDescriptor</tt></li>
+ <li><tt>IPluginPrerequisite</tt></li>
+ <li><tt>IPluginRegistry</tt></li>
+</ul>
+
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=544339" target="_blank">bug 544339</a>.
+</p>
+
</body>
</html>

Back to the top