Support installation by reference for equinox
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / init / a2 / OsgiContext.java
index 35fbee3568a4b3ea39d0709423ab4d33d31c1499..0064ab9eddbb1c4d3c8c37148eb9efaaa68f61aa 100644 (file)
@@ -11,11 +11,12 @@ class OsgiContext extends AbstractProvisioningSource {
        private final BundleContext bc;
 
        public OsgiContext(BundleContext bc) {
-               super();
+               super(false);
                this.bc = bc;
        }
 
        public OsgiContext() {
+               super(false);
                Bundle bundle = FrameworkUtil.getBundle(OsgiContext.class);
                if (bundle == null)
                        throw new IllegalArgumentException(