[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Product Configuration based on features

Hi Paul Webster,

Yes, for plugin based project we need to directly add all the necessary plugins in the plugin.xml under Dependencies tab. But, in feature based project we need to create features which contains the necessary plugin and we need to add the features in the main plugin.

The following two plugins are added automatically, ie., I did not added these manually:
1, "org.eclipse.equinox.launcher" and 2, "org.eclipse.equinox.launcher.win32.win32.x86"


But the same is not happening while creating feature based project. Is it the normal behaviour? Is it documented anywhere?

Thanks