There's no "load everything" flag, but you could write a little plugin to do it yourself by starting all INSTALLED bundles.
See org.osgi.framework.BundleContext.getBundles() and org.osgi.framework.Bundle Do you have a specific use in mind? I don't think you would get the desired results using the above method :-) In OSGi it's more common to specify all the bundles you want to start in the osgi.bundles property, though. -- Paul Webster Hi floor. Make me a sammich! - GIR _______________________________________________ eclipse-incubator-e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/eclipse-incubator-e4-dev
