Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-02-13 16:53:43 +0000
committerOlivier Prouvost2018-02-13 21:41:30 +0000
commitd7a761220bf5d97fadca3441f0586cf456884a7a (patch)
treec30dbb0f0cac71fdae33622570d9b92a5c8e71c4
parent3c7aa431c62172d1d5201d2e446b13b6a18c3436 (diff)
downloadeclipse.platform.common-d7a761220bf5d97fadca3441f0586cf456884a7a.tar.gz
eclipse.platform.common-d7a761220bf5d97fadca3441f0586cf456884a7a.tar.xz
eclipse.platform.common-d7a761220bf5d97fadca3441f0586cf456884a7a.zip
Bug 509868 - Mark MInput and MInputPart for deletion
Change-Id: I0e5e34c6807420cb21412895cb66659d4db8da65 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 8a50b022b..a998015d7 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -63,6 +63,7 @@ Planned API removals after June 2020:
</p>
<ol>
<li><a href="#jfaceassert">JFace and JFace text Assert</a></li>
+ <li><a href="#minputpart">Remove Input and MInputPart</a></li>
</ol>
<hr>
@@ -241,11 +242,19 @@ For further details or to provide feedback on this change, see
<h2>API removals after June 2020</h2>
<h3>1. <a name="jfaceassert"> org.eclipse.jface.util.Assert and org.eclipse.jface.text.Assert </a></h3>
<p>
-The <code> org.eclipse.jface.util.Assert</code> and <code>org.eclipse.jface.text.Assert</code> classes are planned to be removed.
+The <code>org.eclipse.jface.util.Assert</code> and <code>org.eclipse.jface.text.Assert</code> classes are planned to be removed.
</p>
<p>
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=528191" target="_blank">bug 528191</a>.
</p>
+<h3>2. <a name="minputpart">Remove Input and MInputPart</a></h3>
+<p>
+The <code>MInput</code> and <code>MInputPart</code> classes and related API are planned to be removed.
+</p>
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=509868" target="_blank">bug 509868</a>.
+</p>
+
</body>
</html>

Back to the top