Bug 564563 - Mark deprecated API from o.e.pde.ui.launcher for removal

Change-Id: I25f6a78882387b195525bb09cc8f451d8ab614f9
Signed-off-by: Julian Honnen <julian.honnen@vector.com>
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index e1fbcb4..83e223a 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -140,6 +140,13 @@
  <li><a href="#icu4j">ICU4J bundle from SDK</a></li>
 </ol>
 
+<p>
+Planned API removals after September 2022:
+</p>
+<ol>
+ <li><a href="#pde.ui.launcher">Remove deprecated contents of org.eclipse.pde.ui.launcher package</a></li>
+</ol>
+
 <hr>
 <!-- ############################################## -->
 
@@ -596,9 +603,6 @@
  <li>org.eclipse.ui.databinding.WorkbenchObservables</li>
 </ul>
 
-</body>
-</html>
-
 <h3>2. <a name="propertyfactories">Untyped databinding property factory classes</a></h3>
 
 The following classes in the databinding bundles will be removed. They are replaced by typed factory classes with the same name, but in a sub-package that is called "typed".
@@ -612,3 +616,26 @@
  <li>org.eclipse.jface.databinding.viewers.ViewerProperties</li>
  <li>org.eclipse.jface.databinding.swt.WidgetProperties</li>
 </ul>
+
+<h3>3. <a name="pde.ui.launcher">Remove deprecated contents of org.eclipse.pde.ui.launcher package</a></h3>
+
+The following classes from <code>org.eclipse.pde.ui.launcher</code> have been deprecated since 2009 and are scheduled for removal after the September 2022 release.
+All classes have corresponding replacements in the <code>org.eclipse.pde.launching</code> bundle.
+<ul>
+  <li><code>org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.EclipseApplicationLaunchConfiguration</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.EquinoxLaunchConfiguration</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.EquinoxPluginsTab</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.EquinoxSettingsTab</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.IPDELauncherConstants</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationDelegate</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationInitializer</code></li>
+  <li><code>org.eclipse.pde.ui.launcher.PDESourcePathProvider</code></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=564563" target="_blank">bug 564563</a>.
+</p>
+
+</body>
+</html>