Introduce OSGi standard runtime
[lgpl/argeo-commons.git] / osgi / runtime / org.argeo.osgi.boot / src / main / java / org / argeo / slc / osgiboot / Activator.java
index 80ec7b7f218e306c121f74832770229abc8c5d10..8397a7636c81997bfd4eddcd8d12bafb8bfddadb 100644 (file)
@@ -13,17 +13,6 @@ public class Activator implements BundleActivator {
        public void start(BundleContext bundleContext) throws Exception {
                OsgiBoot osgiBoot = new OsgiBoot(bundleContext);
                osgiBoot.bootstrap();
-//             try {
-//                     OsgiBoot.info("SLC OSGi bootstrap starting...");
-//                     osgiBoot.installUrls(osgiBoot.getBundlesUrls());
-//                     osgiBoot.installUrls(osgiBoot.getLocationsUrls());
-//                     osgiBoot.installUrls(osgiBoot.getModulesUrls());
-//                     osgiBoot.startBundles();
-//                     OsgiBoot.info("SLC OSGi bootstrap completed");
-//             } catch (Exception e) {
-//                     e.printStackTrace();
-//                     throw e;
-//             }
        }
 
        public void stop(BundleContext context) throws Exception {