[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Features and the AboutDialog...
|
- From: Daniel Krügler <dsp@xxxxxxx>
- Date: Thu, 24 Nov 2005 13:05:17 +0100
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
Phill_Perryman@xxxxxxxxx wrote:
I went and changed all my feature id's to be tha same as the plugin is'd
and re-exported.
I can still see the feature button in help about so it is not the
branding being the same id.
Mine now looks like
<feature
id="com.mitel.swb"
label="Sales Workbench Core"
version="1.0.0"
provider-name="Mitel Corporation"
plugin="com.mitel.swb">
and it still works ok.
Thank your very much for your interest and for your efforts helping us!
I was quite sure that using the same id for branding plugin and
feature **should** work, because Eclipse itself uses this appoach, which
can be seen in the rcp feature of eclipse:
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.rcp"
label="%featureName"
version="3.1.1"
provider-name="%providerName"
plugin="org.eclipse.rcp"
image="eclipse_update_120.jpg">
....
but your experiment proved that idea. If I get more information, I will
keep the newsgroup up-to-date.
Greetings from Bremen,
Daniel Krügler