diff options
author | Markus Knauer | 2014-01-30 13:33:45 +0000 |
---|---|---|
committer | Markus Knauer | 2014-01-30 13:33:45 +0000 |
commit | 82363f34a32bff295afca1baf7166137e260a6b2 (patch) | |
tree | 378b8caa22ba4fce48a26ce7813df71c1088a7ae /packages/org.eclipse.epp.package.cpp | |
parent | ee7210d22d1c422278c3c4bf8680719b7813a71d (diff) | |
download | org.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 'packages/org.eclipse.epp.package.cpp')
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/about.mappings | 1 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/plugin.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.cpp/about.mappings b/packages/org.eclipse.epp.package.cpp/about.mappings index a28390a7..538ab965 100644 --- a/packages/org.eclipse.epp.package.cpp/about.mappings +++ b/packages/org.eclipse.epp.package.cpp/about.mappings @@ -4,3 +4,4 @@ # This file does not need to be translated. 0=@build@ +1=@eclipse.simultaneous.release.name@ diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml index d172c0dc..0b7cbcae 100644 --- a/packages/org.eclipse.epp.package.cpp/plugin.xml +++ b/packages/org.eclipse.epp.package.cpp/plugin.xml @@ -18,7 +18,7 @@ </property> <property name="aboutText" - value="Eclipse IDE for C/C++ Developers

Version: Luna Release
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/"> + value="Eclipse IDE for C/C++ Developers

Version: {1}
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/"> </property> <property name="startupForegroundColor" |