I have the following problem. I have a product build that includes several features. I have a main, product feature and I want to add some of the embedded features from eclipse, basically the features
org.eclipse.rcp org.eclipse.jdt org.eclipse.platform
There is two places where I can add these features: I can add them to the product definition itself, or I can add them as included features in my product defining feature.
My question is, what is the best way? I have problems when using the included features option, so I wonder if the other option makes more sense.