I have rcp .project based on features. And I want to make exports to multiple platform.
Eclipse: 3.7.1 (last) delta-pack: for eclipse 3.7.1 (last)
I added delta-pack to target platform. But when i tried to export to multiple platfroms, i got exceptions:
Missing requirement: Feature 1.0.0.201202101535 (my.project.feature.group 1.0.0.201202101535) requires 'org.eclipse.swt.win32.win32.x86 [3.7.1.v3738a]' but it could not be found Cannot satisfy dependency:
But i have this fragment in my feature, and exectly this version!
When i trid to switch my .product to "based on plugins", and added all plugins from feature, and pressed "add required plugins" (particularly org.eclipse.swt.win32.win32.x86 and others native fragments) -> export was done successfully.
What can be wrong with "based on features" product?