Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-05 18:32:42 +0000
committerDavid Williams2014-07-05 18:32:42 +0000
commit28397b39c012571991eef1ff846eb2e3af14c60b (patch)
tree6b942fef563d69add1e546c0f006c5bfc9c6e791
parent2717982cf9e5188a563173f324e0713eaf6e89f6 (diff)
downloadeclipse.platform-28397b39c012571991eef1ff846eb2e3af14c60b.tar.gz
eclipse.platform-28397b39c012571991eef1ff846eb2e3af14c60b.tar.xz
eclipse.platform-28397b39c012571991eef1ff846eb2e3af14c60b.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds
-rw-r--r--platform/org.eclipse.platform/about.mappings3
-rw-r--r--platform/org.eclipse.platform/plugin.properties2
-rw-r--r--platform/org.eclipse.sdk/about.mappings3
-rw-r--r--platform/org.eclipse.sdk/plugin.properties2
4 files changed, 6 insertions, 4 deletions
diff --git a/platform/org.eclipse.platform/about.mappings b/platform/org.eclipse.platform/about.mappings
index 98a7b0376..40523aaa5 100644
--- a/platform/org.eclipse.platform/about.mappings
+++ b/platform/org.eclipse.platform/about.mappings
@@ -4,4 +4,5 @@
# This file does not need to be translated.
0=${buildId}
-1=${releaseName} \ No newline at end of file
+1=${releaseName}
+2=${releaseNumberPlatform} \ No newline at end of file
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties
index 1c72626ae..faae8785c 100644
--- a/platform/org.eclipse.platform/plugin.properties
+++ b/platform/org.eclipse.platform/plugin.properties
@@ -14,7 +14,7 @@ providerName=Eclipse.org
productName=Eclipse Platform
productBlurb=Eclipse Platform\n\
\n\
-Version: {1} (4.4)\n\
+Version: {1} ({2})\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved. Eclipse and the Eclipse logo are trademarks \
diff --git a/platform/org.eclipse.sdk/about.mappings b/platform/org.eclipse.sdk/about.mappings
index 98a7b0376..ea0d87904 100644
--- a/platform/org.eclipse.sdk/about.mappings
+++ b/platform/org.eclipse.sdk/about.mappings
@@ -4,4 +4,5 @@
# This file does not need to be translated.
0=${buildId}
-1=${releaseName} \ No newline at end of file
+1=${releaseName}
+2=${releaseNumberSDK} \ No newline at end of file
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties
index 64798b6a8..507ac33ed 100644
--- a/platform/org.eclipse.sdk/plugin.properties
+++ b/platform/org.eclipse.sdk/plugin.properties
@@ -14,7 +14,7 @@ providerName=Eclipse.org
productName=Eclipse SDK
productBlurb=Eclipse SDK\n\
\n\
-Version: {1} (4.4)\n\
+Version: {1} ({2})\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved. Eclipse and the Eclipse logo are trademarks \

Back to the top