I have an feature based Eclipse RCP application. When I click on Validate... button on product overview page. It shows the Missing Constraint issue:
org.eclipse.rcptt.lauching.multiaut
Missing Constraint: Require-Bundle: com.google.gson;bundle-version="2.2.4"
But when I am looking into the plugin org.eclipse.rcptt.lauching.multiaut, I can see the required bundle com.google.gson is resolved well.
Does anyone know why it can't be validated successfully?