When a bundle uses Require-Bundle along with visibility:=reexport, does it not automatically re-export all the exported packages of the required bundle? I hope I don't have to explicitly mention the list of packages of the required bundles in order to make them available via the requiring bundle. To give an example:

Bundle-SymbolicName: foo.B
Export-Package: foo.B

Bundle-SymbolicName: foo.A
Require-Bundle: foo.B;visibility:=reexport

This should automatically result in foo.A bundle exporting foo.B package, right?

Thanks for your help,
Sahoo




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to