Patches related to FELIX-1324 create BundleForm class to encapsulate a certain bundle configuration - Client.apply(BundleForm) merges the specified form into the currently running framework configuration (i.e. applies delta to currently running bundles)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@830559 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/runtime/sigil.properties b/sigil/common/runtime/sigil.properties
index 6705725..23156cc 100644
--- a/sigil/common/runtime/sigil.properties
+++ b/sigil/common/runtime/sigil.properties
@@ -14,7 +14,8 @@
-imports: \
org.apache.felix.sigil.common.runtime,\
org.osgi.framework, \
- org.osgi.framework.launch;resolve=compile;version=1.0.0, \
+ org.osgi.framework.launch, \
+ org.osgi.service.packageadmin, \
header;Main-Class: org.apache.felix.sigil.common.runtime.Main