Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2009-03-04 17:51:20 +0000
committerPhilipe Mulet2009-03-04 17:51:20 +0000
commit01c915ab7be60956cce50d6d93fac7bf2be3cec6 (patch)
treebfc39e95f3b72bb0d47075d154586300e68b54ea
parent71653b9cdaf20f3ddb945b078db7d57e39860d8a (diff)
downloadeclipse.jdt.core-01c915ab7be60956cce50d6d93fac7bf2be3cec6.tar.gz
eclipse.jdt.core-01c915ab7be60956cce50d6d93fac7bf2be3cec6.tar.xz
eclipse.jdt.core-01c915ab7be60956cce50d6d93fac7bf2be3cec6.zip
*** empty log message ***
-rw-r--r--org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties2
-rw-r--r--org.eclipse.jdt.core/buildnotes_jdt-core.html15
2 files changed, 15 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
index b36f8352f7..420e829464 100644
--- a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
+++ b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
@@ -14,7 +14,7 @@
#Format: compiler.name = word1 word2 word3
compiler.name = Eclipse Java Compiler
#Format: compiler.version = 0.XXX[, other words (don't forget the comma if adding other words)]
-compiler.version = 0.797_R33x, 3.3.3
+compiler.version = 0.798_R33x, 3.3.3
compiler.copyright = Copyright IBM Corp 2000, 2008. All rights reserved.
### progress
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html
index f25b95f56b..4c15ef386e 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -44,11 +44,24 @@
</td>
</tr>
</table>
+<a name="v_798_R33x"></a>
+<hr><h1>
+Eclipse Platform Build Notes<br>
+Java Development Tooling Core</h1>
+Eclipse SDK 3.3.3 - %date% - Posted on JDT/Core update area
+<br>Project org.eclipse.jdt.core v_798_R33x
+(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_798_R33x">cvs</a>).
+<h2>What's new in this drop</h2>
+
+<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=265962">265962</a>
+[compiler] Internal compiler error on while with return clause
+
<a name="v_797_R33x"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
Java Development Tooling Core</h1>
-Eclipse SDK 3.3.3 - January 30, 2009 - Posted on JDT/Core update area
+Eclipse SDK 3.3.3 - January 30, 2009
<br>Project org.eclipse.jdt.core v_797_R33x
(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_797_R33x">cvs</a>).
<h2>What's new in this drop</h2>

Back to the top