Bug 547018 - Mark org.eclipse.ui.part.MultiPageEditor and related API
for deletion

Change-Id: I062ce5fed34ed54854e8f14a3f2fb6fdfb06f582
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 7441593..151e01c 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -152,6 +152,15 @@
  <li><a href="#createPlatformConfiguration">Remove TargetPlatform::createPlatformConfiguration</a></li>
 </ol>
 
+<p>
+Planned API removals after March 2023:
+</p>
+<ol>
+ <li><a href="#MultiPageEditor">MultiPageEditor</a></li>
+</ol>
+
+
+
 <hr>
 <!-- ############################################## -->
 
@@ -665,5 +674,16 @@
 For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=570549" target="_blank">bug 570549</a>.
 </p>
 
+<!-- ############################################## -->
+<h2>API removals after March 2023</h2>
+
+<h3>5. <a name="MultiPageEditor">Remove MultiPageEditor and related API </a></h3>
+
+
+The class <code>org.eclipse.ui.part.MultiPageEditor</code> and related API were deprecated in 2002 and are planned for removal after the March 2023 release.
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=547018" target="_blank">bug 547018</a>.
+</p>
+
 </body>
 </html>