Sahoo wrote:
Subject:
Need help on visibility:=reexport
From:
Sahoo <[EMAIL PROTECTED]>
Date:
Mon, 17 Mar 2008 18:48:57 +0530
To:
[email protected]
To:
[email protected]
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?
Not sure if this was answered, but the above will result in foo.B
package being visible from foo.A bundle for any bundles that require foo.A.
-> richard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]