Bug 185753 update release notes for 3.3
diff --git a/oldfeatures/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html b/oldfeatures/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html
index 52b42e8..993cac6 100644
--- a/oldfeatures/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html
+++ b/oldfeatures/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html
@@ -10,7 +10,7 @@
<h1>Eclipse Project Release Notes</h1>
<p>Release 3.3.0<br>
- Last revised April 24, 2007</p>
+ Last revised May 9, 2007</p>
<p align="left"><strong>This software is OSI Certified Open Source Software.<br>
OSI Certified is a certification mark of the Open Source Initiative. </strong></p>
<blockquote>
@@ -1121,12 +1121,6 @@
execution in a specific class, execution will still suspend when the user preference
to suspend on uncaught exceptions is on. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=66770">66770</a>)</p>
-<h4>Debugger cannot connect when Eclipse runs on IBM JRE 5.0</h4>
-<p>When Eclipse is running on IBM JRE 5.0, the debugger cannot connect to other
- VMs for the purpose of debugging. The IBM JRE 5.0 prepends its bin directory
- to the system path such that the other VMs do not find their required compatible
- libraries required for debugging. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=128605">128605</a>)
-</p>
<h4>Running Java programs with non-Latin-1 characters in package or class names</h4>
You get a <code>java.lang.NoClassDefFoundError</code> when running Java
programs with non-Latin characters in the package or class names. The workaround