Experiment with runtime manager
[gpl/argeo-slc.git] / org.argeo.slc.cms / src / org / argeo / slc / cms / deploy / osgi / OsgiCmsDeployedSystem.java
index c925a544b4ad3ab8aba8665248a5dc72f4a38e6d..25d57b897955f03a194f4d45d514272f97afaebc 100644 (file)
@@ -15,11 +15,11 @@ public class OsgiCmsDeployedSystem implements CmsDeployedSystem {
        private CmsTargetData targetData;
        private CmsDeploymentData deploymentData;
 
-       private BundleContext systemBundleContext;
+       // private BundleContext systemBundleContext;
 
        public OsgiCmsDeployedSystem(BundleContext systemBundleContext, ModularDistribution distribution,
                        CmsTargetData targetData, CmsDeploymentData deploymentData) {
-               this.systemBundleContext = systemBundleContext;
+               // this.systemBundleContext = systemBundleContext;
 
                this.distribution = distribution;
                this.targetData = targetData;