I have to provide some UI customization of a bundle and for that i am using osgi fragment . Scenario is i want to include another bundle in my fragment module which has no reference in host bundle for example in fragment module i want to include package defined in some other bundle but not in host bundle .
I have tried using Import-Package
Bundle-classpath
but no success
Kindly guide me if it is possible or any other solution to solve this problem.