Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Reusing BundleActivator


Hi,

Is there any restriction in the spec for a bundle to use an activator provided by another bundle.
My case is the following:
        Bundle common.activator contains the class common.activator.TheActivator and does not have an activator of its own (it's a library)
        Bundle foo import commom.activator and has an activator which is common.activator.TheActivator

PaScaL

Back to the top