| [news.eclipse.platform.rcp] Re: Product Configuration based on features |
This is supposed to happen automatically, however it looks like it doesn't always happen for feature based products.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
I raised bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=281224.
-Andrew