|
|
|
Re: How to show build number in the About dialog? [message #545720 is a reply to message #545644] |
Thu, 08 July 2010 14:12  |
Eclipse User |
|
|
|
Helmut Neubauer wrote on Thu, 08 July 2010 08:45 | The about text of the about dialog is saved in the plugin.xml (have a
look at it). You can manipulate the plugin.xml for example with a
replace ANT task.
|
Thanks! I put something like "Build: {0}" in the aboutText, added an about.mappings file with "0=@build@" to the main plug-in, and added this to the build.xml:
<replace dir="${buildDirectory}" token="@build@" value="${buildNumber}">
<include name="**/about.mappings" />
</replace>
This does show the build number that's set in the build.xml, but how do I get hold of the product version?
|
|
|
Powered by
FUDForum. Page generated in 0.09499 seconds