[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: capabilities preference page missing

The capability preference page is declared in the org.eclipse.sdk plugin, but the ActivityCategoryPreferencePage class is placed in the org.eclipse.ui.workbench plugin. You have to include this plugin or define a completely new preference page.

Snjeza

Paul Webster wrote:
Derek Morris wrote:
I have a feature that contains several plugins. One of thus plugins is the 'branding' plugin. Do you mean that I need to add org.eclipse.sdk as a dependency in the plugin.xml, or what?

I'm not sure what including org.eclipse.sdk entails, but you either need to be including that plugin or including the definition for the capabilities preference page in one of your own plugins.


PW