Bug 562813 - Delete Mark MInput and MInputPart

Update of the removals document

Change-Id: I828d692bb8667bd3cf68a4974c27bd8b170b3a83
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 83e223a..92bf04a 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -62,6 +62,15 @@
  <li><a href="#tabletree">TableTree</a></li>
 </ol>
 
+<p>
+Removed APIs in the Eclipse 4.17 release:
+</p>
+<ol>
+ <li><a href="#minputpart">Remove Input and MInputPart</a></li>
+</ol>
+
+
+
 
 
 <p>
@@ -84,7 +93,6 @@
 </p>
 <ol>
  <li><a href="#jfaceassert">JFace and JFace text Assert</a></li>
- <li><a href="#minputpart">Remove Input and MInputPart</a></li>
  <li><a href="#mpartdescriptor">Remove Dirtable flag from MPartDescriptor</a></li>
  <li><a href="#iplatformrunnable">Remove org.eclipse.core.runtime.IPlatformRunnable</a></li>
  <li><a href="#ui-dialogs">Remove deprecated dialogs from org.eclipse.ui.dialogs</a></li>
@@ -272,6 +280,17 @@
 </p>
 
 
+<!-- ############################################## -->
+<h2>API removals in the Eclipse 4.17 release</h2>
+
+<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 removed.
+</p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=562813" target="_blank">bug 562813</a>.
+
+ 
+<p>
 
 <!-- ############################################## -->
 
@@ -335,14 +354,6 @@
 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>
-
 <h3>3. <a name="mpartdescriptor">Remove Dirtable flag from MPartDescriptor</a></h3>
 <p>
 The  <code>DirtableMInput</code> field will be removed from the <code>MPartDescriptor</code> class and related API.