X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.cms%2Fsrc%2Forg%2Fargeo%2Fslc%2Fcms%2Fdeploy%2Fosgi%2FOsgiCmsDeployedSystem.java;h=25d57b897955f03a194f4d45d514272f97afaebc;hb=82fcb6324dc57a36a8c9c4f4b0e564a1f4ef97de;hp=c925a544b4ad3ab8aba8665248a5dc72f4a38e6d;hpb=753604c3ba7481e4bdf1e87f1ffc5e0eec9b18ba;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.cms/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployedSystem.java b/org.argeo.slc.cms/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployedSystem.java index c925a544b..25d57b897 100644 --- a/org.argeo.slc.cms/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployedSystem.java +++ b/org.argeo.slc.cms/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployedSystem.java @@ -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;