This should only be true if you don't specify the Import-Package
instruction or just use "*":
http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
Regards,
Martin
Vinicius Carvalho schrieb:
Really? I tough it would do it for my by inspecting my import statements on
my classes?
On Tue, Jan 27, 2009 at 12:01 PM, Martin Thelian <[email protected]>wrote:
You need to add import statements for "org.osgi.framework" and
"org.osgi.util.tracker" into the Import-Package tag, e.g.
<Import-Package>
org.openspotlight.graph,
org.osgi.framework,
org.osgi.util.tracker
</Import-Package>
Regards,
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]