Hello,
My application has 20 bundle projects and about 70 dependencies bundles. So it's 90 bundles to install and start in the osgi framework.
I'd like to run this application on a client. But it's really painfull to start the osgi framework (equinox), install bundles and start all the 90. Is there a better way to do that??
* I've tried this approach: http://www.eclipse.org/equinox/documents/quickstart.php, using org.eclipse.update.configurator, but it doesn't start all the bundles.
* This application isn't a RCP application.


