Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] AutoStarting Bundles in a Feature Definition

Hi!

This is an example that we use for automatically start some of the Equinox Aspects bundles after p2 installation:

instructions.configure = \
	setStartLevel(startLevel:4); \
	markStarted(started: true);

HTH,
-Martin




cwolfing wrote:
Hello - Is there a way to use the p2.inf configuration on a feature to
indicate which bundles to mark as started?


Back to the top