fix imports


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@819305 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/runtime/sigil.properties b/sigil/common/runtime/sigil.properties
index 9f3ad7b..6705725 100644
--- a/sigil/common/runtime/sigil.properties
+++ b/sigil/common/runtime/sigil.properties
@@ -12,7 +12,8 @@
 	org.apache.felix.sigil.common.runtime, \
 
 -imports: \
-	org.osgi.framework;resolve=compile, \
+	org.apache.felix.sigil.common.runtime,\
+	org.osgi.framework, \
 	org.osgi.framework.launch;resolve=compile;version=1.0.0, \
 
 header;Main-Class: org.apache.felix.sigil.common.runtime.Main