Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Automatically start bundles

Title: Re: [equinox-dev] Automatically start bundles
Hi Leen,

Using the config.ini is the correct way.

However, Riena (RT project) provides an alternativ based on an extension point “startups”. Therefore you need the org.eclipse.riena.core bundle which provides this extension point. To proper run that extension point this bundle must declare as startable in the config.ini.

Maybe it will help you.

Alexander

Am 09.02.09 11:30 schrieb "Leen Toelen" unter <toelen@xxxxxxxxx>:

Hi,

is it possible to make give equinox a limited set of bundles to start, and automatically start all dependencies as well? The alternative is to put every dependency in config.ini, but when using a lot of libraries this will human related cause problems I guess.

Regards,
Leen Toelen


Back to the top