import bnd dependencies vs embedding them
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@797364 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core/sigil.properties b/sigil/common/core/sigil.properties
index 30ea206..5744ec1 100644
--- a/sigil/common/core/sigil.properties
+++ b/sigil/common/core/sigil.properties
@@ -34,9 +34,11 @@
org.apache.felix.sigil.repository, \
-imports: \
+ aQute.lib.osgi, \
org.apache.felix.sigil.bnd, \
org.apache.felix.sigil.config, \
org.apache.felix.sigil.core, \
+ org.apache.felix.sigil.core.licence, \
org.apache.felix.sigil.model, \
org.apache.felix.sigil.model.common, \
org.apache.felix.sigil.model.eclipse, \
@@ -45,7 +47,4 @@
org.eclipse.core.runtime;version=3.4.0, \
org.osgi.framework;version=1.4.0, \
--libs: \
- lib/bndlib.jar;kind=classpath, \
-
# end