]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.unit/src/org/argeo/slc/equinox/unit/AbstractOsgiRuntimeTestCase.java
Adapt refactoring (remove APIs from argeo.util)
[gpl/argeo-slc.git] / org.argeo.slc.unit / src / org / argeo / slc / equinox / unit / AbstractOsgiRuntimeTestCase.java
index b5bd8aa6226740d073fdd17d8335886668205542..2bcf96029c566d9c21dea0d001deed6d6a925ccd 100644 (file)
@@ -24,15 +24,15 @@ import junit.framework.TestCase;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.argeo.slc.SlcException;
 import org.argeo.osgi.boot.OsgiBoot;
+import org.argeo.slc.SlcException;
 import org.eclipse.core.runtime.adaptor.EclipseStarter;
+import org.eclipse.gemini.blueprint.util.OsgiStringUtils;
 import org.osgi.framework.Bundle;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.InvalidSyntaxException;
 import org.osgi.framework.ServiceReference;
 import org.springframework.context.ApplicationContext;
-import org.eclipse.gemini.blueprint.util.OsgiStringUtils;
 
 @SuppressWarnings("restriction")
 public abstract class AbstractOsgiRuntimeTestCase extends TestCase {