Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lanneluc2008-08-12 16:06:15 +0000
committerJerome Lanneluc2008-08-12 16:06:15 +0000
commit06eafdfa8c752867ad9f812e154e0ed2b52d5962 (patch)
treeb47acdcf0f200e419b5507b2119fd61d657d965e
parentc94cacc12c53b0616368fbe8eb29d3ca236140fe (diff)
downloadeclipse.jdt.core-R3_4_maintenance_patches.tar.gz
eclipse.jdt.core-R3_4_maintenance_patches.tar.xz
eclipse.jdt.core-R3_4_maintenance_patches.zip
*** empty log message ***R3_4_maintenance_patches
-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, 12 insertions, 5 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 efe12708a1..54c1b934b3 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.878_R34_maintenance, 3.4.0.patches
+compiler.version = 0.878_R34_patches, 3.4.0.patches
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 8ec1acb4d9..ab70740896 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -38,13 +38,13 @@
</td>
</tr>
</table>
-<a name="v_878_R34_maintenance"></a>
+<a name="v_878_R34_patches"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
Java Development Tooling Core</h1>
Eclipse SDK 3.4.0.patches - %date% - 3.4.0.patches
-<br>Project org.eclipse.jdt.core v_878_R34_maintenance
-(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_878_R34_maintenance">cvs</a>).
+<br>Project org.eclipse.jdt.core v_878_R34_patches
+(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_878_R34_patches">cvs</a>).
<h2>What's new in this drop</h2>
<h3>Problem Reports Fixed</h3>
@@ -53,7 +53,7 @@ Eclipse SDK 3.4.0.patches - %date% - 3.4.0.patches
<hr><h1>
Eclipse Platform Build Notes<br>
Java Development Tooling Core</h1>
-Eclipse SDK 3.4.1 - July 30, 2008
+Eclipse SDK 3.4.0.patches - July 30, 2008
<br>Project org.eclipse.jdt.core v_877a_R34x
(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_877a_R34x">cvs</a>).
<h2>What's new in this drop</h2>
@@ -70,6 +70,13 @@ Eclipse SDK 3.4.1 - July 30, 2008
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235778">235778</a>
Potential race condition computing resolved classpath
+<!--
+*******************************************************************************************
+Starting above, the versions are for patching Eclipse SDK 3.4.0 before Eclipse SDK 3.4.1 is delivered.
+The first version (v_877a_R34x) should really have been v_875_R34_patches.
+*******************************************************************************************
+-->
+
<a name="v_874"></a>
<hr><h1>
Eclipse Platform Build Notes<br>

Back to the top