Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2009-03-04 16:24:57 +0000
committerOlivier Thomann2009-03-04 16:24:57 +0000
commit545fe095fe5dec972b5dffe16101975894cfb94d (patch)
treebe3876d655f2bf705ea5fecc23f33b27411caeae
parent48eb2567e4bf02de05d327d304642e5f6d341909 (diff)
downloadeclipse.jdt.core-545fe095fe5dec972b5dffe16101975894cfb94d.tar.gz
eclipse.jdt.core-545fe095fe5dec972b5dffe16101975894cfb94d.tar.xz
eclipse.jdt.core-545fe095fe5dec972b5dffe16101975894cfb94d.zip
3.4 maintenance - Fix for 265103
-rw-r--r--org.eclipse.jdt.core/buildnotes_jdt-core.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html
index 8ab6b21b4d..b7fe8c29c9 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -48,7 +48,9 @@ Eclipse SDK 3.4.3 - %date%-in ID to "3.4.5"
<h2>What's new in this drop</h2>
<h3>Problem Reports Fixed</h3>
-<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=266582">266582</a>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=265103">265103</a>
+Manifest Class-Path is not read correctly with ECJ
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=266582">266582</a>
[1.5][compiler] AbortCompilation while decoding the type variable of an anonymous type
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=264843">264843</a>
[1.5][compiler] Eclipse compiler fails to reject invalid code with primitives autoboxed to generics

Back to the top