Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2014-01-30 13:33:45 +0000
committerMarkus Knauer2014-01-30 13:33:45 +0000
commit82363f34a32bff295afca1baf7166137e260a6b2 (patch)
tree378b8caa22ba4fce48a26ce7813df71c1088a7ae /releng
parentee7210d22d1c422278c3c4bf8680719b7813a71d (diff)
downloadorg.eclipse.epp.packages-82363f34a32bff295afca1baf7166137e260a6b2.tar.gz
org.eclipse.epp.packages-82363f34a32bff295afca1baf7166137e260a6b2.tar.xz
org.eclipse.epp.packages-82363f34a32bff295afca1baf7166137e260a6b2.zip
Set package version in about dialog during build
With this change, the version string ("Version: Luna Release") is now externalised, and can be set during build time. This allows a better information in the about dialog, e.g. use the milestone in the release name ("Version: Luna M5 Release").
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 0a8b6d18..eb33d380 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -31,7 +31,7 @@
<build>${maven.build.timestamp}</build>
<eclipse.epp.targetRepository>${basedir}/../../repository/</eclipse.epp.targetRepository>
<eclipse.simultaneous.release.id>luna-M5</eclipse.simultaneous.release.id>
- <eclipse.simultaneous.release.name>Luna M5</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna M5 Release</eclipse.simultaneous.release.name>
<eclipse.simultaneous.release.repository>http://download.eclipse.org/releases/staging/</eclipse.simultaneous.release.repository>
</properties>

Back to the top