Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-01-30 13:33:45 +0000
committerMarkus Knauer2014-01-30 13:33:45 +0000
commit82363f34a32bff295afca1baf7166137e260a6b2 (patch)
tree378b8caa22ba4fce48a26ce7813df71c1088a7ae /packages/org.eclipse.epp.package.scout/plugin.xml
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 'packages/org.eclipse.epp.package.scout/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.scout/plugin.xml b/packages/org.eclipse.epp.package.scout/plugin.xml
index b70df9f2..a01311be 100644
--- a/packages/org.eclipse.epp.package.scout/plugin.xml
+++ b/packages/org.eclipse.epp.package.scout/plugin.xml
@@ -18,7 +18,7 @@
</property>
<property
name="aboutText"
- value="Eclipse for Scout Developers&#x0A;&#x0A;Version: Luna Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
+ value="Eclipse for Scout Developers&#x0A;&#x0A;Version: {1}&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
</property>
<property
name="startupForegroundColor"

Back to the top