X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.core%2Fsrc%2Forg%2Fargeo%2Fslc%2Fosgi%2FOsgiRuntime.java;h=8286eccd5b97964bd0e702162ff865b9d8a84238;hb=b707a615d88b14bab7c75467e0acfcccd8aa3d6e;hp=2414649cdd4cc110abfa0af5ef3cc3049fd1bf1b;hpb=805e3301575e708491482a2a00dd37bc2b41b851;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.core/src/org/argeo/slc/osgi/OsgiRuntime.java b/org.argeo.slc.core/src/org/argeo/slc/osgi/OsgiRuntime.java index 2414649cd..8286eccd5 100644 --- a/org.argeo.slc.core/src/org/argeo/slc/osgi/OsgiRuntime.java +++ b/org.argeo.slc.core/src/org/argeo/slc/osgi/OsgiRuntime.java @@ -28,13 +28,13 @@ import org.argeo.slc.core.build.VersionedResourceDistribution; import org.argeo.slc.deploy.DeploymentData; import org.argeo.slc.deploy.DynamicRuntime; import org.argeo.slc.deploy.TargetData; +import org.eclipse.gemini.blueprint.context.BundleContextAware; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; import org.osgi.framework.BundleException; import org.springframework.context.ResourceLoaderAware; import org.springframework.core.io.Resource; import org.springframework.core.io.ResourceLoader; -import org.eclipse.gemini.blueprint.context.BundleContextAware; public class OsgiRuntime implements BundleContextAware, ResourceLoaderAware, DynamicRuntime {