Hi Martin - I saw this example and it works when I have access to the contained bundle's META-INF. The issue I have is that there are a number of cases where I do not have access to the contained bundle's META-INF (these are prepackaged bundles) and I would like to autostart the bundles during feature definition.
Chase Martin Lippert wrote: > > 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? > _______________________________________________ > equinox-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/equinox-dev > > -- View this message in context: http://www.nabble.com/AutoStarting-Bundles-in-a-Feature-Definition-tp23604530p23605733.html Sent from the Equinox - Dev mailing list archive at Nabble.com. _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
