Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatyam Kandula2012-05-08 06:05:09 +0000
committerSatyam Kandula2012-05-08 06:05:09 +0000
commit8257b4d1e56e57b0e904f8181553bc8c905e6013 (patch)
tree077cba8d0451a382735e647c70867e8b85a0da3f
parent352a6b3632e783ec973d0eb1934de53298ffaf7d (diff)
downloadeclipse.jdt.core-8257b4d1e56e57b0e904f8181553bc8c905e6013.tar.gz
eclipse.jdt.core-8257b4d1e56e57b0e904f8181553bc8c905e6013.tar.xz
eclipse.jdt.core-8257b4d1e56e57b0e904f8181553bc8c905e6013.zip
Updated build notes (378390)
-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 8dfc6b2e63..e32c227972 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
@@ -21,7 +21,7 @@
#Format: compiler.name = word1 word2 word3
compiler.name = Eclipse Compiler for Java(TM)
#Format: compiler.version = 0.XXX[, other words (don't forget the comma if adding other words)]
-compiler.version = 0.C50, 3.8.0 M7
+compiler.version = 0.C51, 3.8.0 M7
compiler.copyright = Copyright IBM Corp 2000, 2012. 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 3250c3954e..3748d71a97 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -42,11 +42,24 @@
</td>
</tr>
</table>
+<a name="v_C51"></a>
+<hr><h1>
+Eclipse Platform Build Notes<br>
+Java development tools core</h1>
+Eclipse SDK 3.8.0 - %date% - 3.8.0 M7
+<br>Project org.eclipse.jdt.core v_C51
+(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_C51">cvs</a>).
+<h2>What's new in this drop</h2>
+
+<h3>Problem Reports Fixed</h3>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=378390">378390</a>
+[search] regression caused by the fix for bug 357547
+
<a name="v_C50"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
Java development tools core</h1>
-Eclipse SDK 3.8.0 - April 30, 2012 - 3.8.0 M7
+Eclipse SDK 3.8.0 - April 30, 2012
<br>
<h2>What's new in this drop</h2>

Back to the top