[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Features and the AboutDialog...

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