Bug 572013 - Remove 2.0 plug-in compatibility classes

Change-Id: I0e8a53605a66b8aac463f6b5cc525252fe521f41
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.common/+/180224
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index ff21306..6110822 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -81,6 +81,7 @@
  <li><a href="#jobcreateSystem">Delete Job.createSystem(ICoreRunnable) API </a></li>
  <li><a href="#iplatformrunnable">Remove org.eclipse.core.runtime.IPlatformRunnable</a></li>
  <li><a href="#targetProvisioners">Remove org.eclipse.pde.ui.targetProvisioners extension point</a></li>
+  <li><a href="#20supportclasses">Delete 2.0 plug-in compatibility classes and related API</a></li>
 </ol>
 
 
@@ -118,7 +119,6 @@
  <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>
  <li><a href="#workbenchwindowconfigurer">Delete unsupported methods in WorkbenchWindowConfigurer </a></li>
 </ol>
 
@@ -370,6 +370,20 @@
 For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541806" target="_blank">bug 541806</a>.
 </p>
 
+<h3>4. <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>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>
+
 
 
 
@@ -492,20 +506,6 @@
 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>4. <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>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>
-
 
 <h3>5. <a name="workbenchwindowconfigurer">Delete unsupported methods in WorkbenchWindowConfigurer</a></h3>