[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Version RCP in About

David wrote:
Hi,
I try to get the verion of my RCP product in order to display it in the Help->About data. I think I have to use a key but I don't know which.


How can I get it?

Thx,
David.


the about-text is defined in the plugin org.eclipse.platform, file plugin.properties:


<<<<<<

productName=Eclipse Platform
productBlurb=Eclipse Platform\n\
\n\
Version: 3.4.1\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2008. All rights reserved.\n\
Visit http://www.eclipse.org/platform\n\
\n\
This product includes software developed by the\n\
Apache Software Foundation http://www.apache.org/


>>>>>