[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Preventing plugins from contributing to menus and toolbars ...

I am only including ui.ide and not ui.ide.application. And yes, my application is resource based. So my expectation is that ui.ide is including the stuff that I'm not interested in ... So I still have the problem, that I don#t know how to get rid of it ...


Regards Martin

Boris Bokowski wrote:
"Francis Upton" <francisu@xxxxxxxx> wrote in message news:fr1o4a$bt1$1@xxxxxxxxxxxxxxxxxxxx
I stand corrected (I'm learning about this now), apparently ui.ide is something that most RCP applications will need. What you should not need is ui.ide.application. Are you using that?

RCP applications should only include ui.ide if they are resource-based, i.e. if they expose the workspace with projects, folders and files to end users.


Many RCP apps do not include org.eclipse.core.resources and org.eclipse.ui.ide. These plug-ins are not part of the RCP feature itself.