You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Sahoo <Sa...@Sun.COM> on 2008/03/17 14:18:57 UTC

Need help on visibility:=reexport

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: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org