]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/org/argeo/slc/osgi/OsgiRuntime.java
Adapt for use with whiteboard OSGi specs
[gpl/argeo-slc.git] / org.argeo.slc.core / src / org / argeo / slc / osgi / OsgiRuntime.java
index 2414649cdd4cc110abfa0af5ef3cc3049fd1bf1b..8286eccd5b97964bd0e702162ff865b9d8a84238 100644 (file)
@@ -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<OsgiBundle> {