Bug 436448 - [JFace] Delete org.eclipse.jface.util.ListenerList

Change-Id: I749eb0597bafc51f0c7fa8f715b9ac73ef98c646
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index c4016f9..8bc5b7b 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -34,12 +34,10 @@
  <li><a href="#runtime">Eclipse 2.0 runtime model and boot API</a></li>
 </ol>
 <p>
-Planned API removals after June 2016:
+Removed APIs in the Oxygen (4.7) release:
 </p>
 <ol>
  <li><a href="#listenerlist">org.eclipse.jface.util.ListenerList</a></li>
- <li><a href="#tabletreeviewer">TableTree and TableTreeViewer</a></li>
- <li><a href="#auth">Platform authorization API</a></li>
 </ol>
 
 <p>
@@ -49,6 +47,8 @@
  <li><a href="#icontextcomputer">IContextComputer</a></li>
  <li><a href="#tasklist">org.eclipse.ui.views.tasklist.TaskList</a></li>
  <li><a href="#iplatformrunnable">org.eclipse.core.runtime.IPlatformRunnable</a></li>
+ <li><a href="#tabletreeviewer">TableTree and TableTreeViewer</a></li>
+ <li><a href="#auth">Platform authorization API</a></li>
 </ol>
 
 <p>
@@ -65,7 +65,7 @@
 
 <!-- ############################################## -->
 
-<h2>API removals in this release</h2>
+<h2>API removals in the Eclipse 4.6 release</h2>
 
 <h3>1. <a name="runtime">Eclipse 2.0 runtime model and boot API</a></h3>
 <p>
@@ -85,10 +85,7 @@
 For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=370248" target="_blank">bug 370248</a>.
 </p>
 
-
-<!-- ############################################## -->
-
-<h2>API removals after June 2016</h2>
+<h2>API removals in the Eclipse 4.7 release</h2>
 
 <h3>1. <a name="listenerlist">org.eclipse.jface.util.ListenerList</a></h3>
 <p>
@@ -99,6 +96,12 @@
 For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=436448" target="_blank">bug 436448</a>.
 </p>
 
+
+
+<!-- ############################################## -->
+
+<h2>API removals after June 2016</h2>
+
 <h3>2. <a name="tabletreeviewer">TableTreeViewer</a></h3>
 <p>
 The <code>org.eclipse.jface.viewers.TableTreeViewer</code> class is deprecated since Eclipse 3.1 and has been replaced by <code>TreeViewer</code>.