Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2008-07-30 19:15:25 +0000
committerOlivier Thomann2008-07-30 19:15:25 +0000
commit80586eee4cb39bc593be9787c1ac597384f045e3 (patch)
tree91998f26734d81ec521926b0a3e13e6d7827996e
parent632057334cfedbf2f749b439330c0c9ba6ee2769 (diff)
downloadeclipse.jdt.core-80586eee4cb39bc593be9787c1ac597384f045e3.tar.gz
eclipse.jdt.core-80586eee4cb39bc593be9787c1ac597384f045e3.tar.xz
eclipse.jdt.core-80586eee4cb39bc593be9787c1ac597384f045e3.zip
3.4 service patch - Preparing build input
-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.html8
2 files changed, 5 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 31455c5416..c50b4724d0 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.877_IES_R34x, 3.4.1
+compiler.version = 0.877a_R34x, 3.4.1
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 8f19f7612d..7fd9761bb0 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_877_IES_R34x"></a>
+<a name="v_877a_R34x"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
Java Development Tooling Core</h1>
-Eclipse SDK 3.4.1 - %date% - 3.4.1
-<br>Project org.eclipse.jdt.core v_877_IES_R34x
-(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_877_IES_R34x">cvs</a>).
+Eclipse SDK 3.4.1 - July 30, 2008 - 3.4.1
+<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>
<ul>
<li>Increase plug-in version to 3.4.1.</li>

Back to the top