Bug 328139 - Eclipse (train) version in about box Also-by: David Williams <david_williams@us.ibm.com> Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
diff --git a/platform/org.eclipse.platform/about.mappings b/platform/org.eclipse.platform/about.mappings index 515397a..98a7b03 100644 --- a/platform/org.eclipse.platform/about.mappings +++ b/platform/org.eclipse.platform/about.mappings
@@ -4,3 +4,4 @@ # This file does not need to be translated. 0=${buildId} +1=${releaseName} \ No newline at end of file
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties index 3b22165..4a20215 100644 --- a/platform/org.eclipse.platform/plugin.properties +++ b/platform/org.eclipse.platform/plugin.properties
@@ -14,7 +14,7 @@ productName=Eclipse Platform productBlurb=Eclipse Platform\n\ \n\ -Version: 4.3.2\n\ +Version: {1} (4.3.2)\n\ Build id: {0}\n\ \n\ (c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved.\n\
diff --git a/platform/org.eclipse.sdk/about.mappings b/platform/org.eclipse.sdk/about.mappings index 515397a..98a7b03 100644 --- a/platform/org.eclipse.sdk/about.mappings +++ b/platform/org.eclipse.sdk/about.mappings
@@ -4,3 +4,4 @@ # This file does not need to be translated. 0=${buildId} +1=${releaseName} \ No newline at end of file
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties index 3ebea8f..a3983f5 100644 --- a/platform/org.eclipse.sdk/plugin.properties +++ b/platform/org.eclipse.sdk/plugin.properties
@@ -14,7 +14,7 @@ productName=Eclipse SDK productBlurb=Eclipse SDK\n\ \n\ -Version: 4.3.2\n\ +Version: {1} (4.3.2)\n\ Build id: {0}\n\ \n\ (c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved.\n\ @@ -69,4 +69,4 @@ activity.debug.description = Launch applications, set breakpoints and step through code. -activity.debug = Debug Support \ No newline at end of file +activity.debug = Debug Support