| # options for the equinox launcher | |
| # do not run an eclipse application | |
| eclipse.ignoreApp=false | |
| # don't shutdown osgi after exiting (or not running) the application | |
| osgi.splashPath=platform:/base/plugins/org.eclipse.epp.wizard | |
| eclipse.product=org.eclipse.epp.wizard.product | |
| osgi.bundles.defaultStartLevel=4 | |
| osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start | |
| osgi.noShutdown=true | |
| org.osgi.service.http.port=8008 |