Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2014-03-05 05:23:23 +0000
committerMarkus Knauer2014-03-06 06:50:25 +0000
commit3377463cdb5bfe6dce309e1af95e407f99d0a818 (patch)
treef7a8daed21a4fa1ce61984ffdb13b042097c6172 /releng
parent34bdebb816d179c0c49da010f433dc31ad0d12f1 (diff)
downloadorg.eclipse.epp.packages-3377463cdb5bfe6dce309e1af95e407f99d0a818.tar.gz
org.eclipse.epp.packages-3377463cdb5bfe6dce309e1af95e407f99d0a818.tar.xz
org.eclipse.epp.packages-3377463cdb5bfe6dce309e1af95e407f99d0a818.zip
Add EPP/Platform version to About dialog of all EPP packages
287707: [About] About dialog is missing version number https://bugs.eclipse.org/bugs/show_bug.cgi?id=287707 Change-Id: I8a8cc2720474d45f89ef6d8262900ed4fd882aa3
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 60ac0f3f..3c66a3a3 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -34,7 +34,7 @@
<!-- timestamp used in various places, e.g. the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.name>Luna M6 Release</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna M6 Release (4.4.0M6)</eclipse.simultaneous.release.name>
<!-- upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>http://download.eclipse.org/releases/staging/</eclipse.simultaneous.release.repository>
</properties>

Back to the top