retrieve eclipse dependencies from classpath vs embedding in jar


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@797019 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/ivy/resolver/sigil-ivy-plugin.bnd b/sigil/ivy/resolver/sigil-ivy-plugin.bnd
index 799b4c4..8ae60c5 100644
--- a/sigil/ivy/resolver/sigil-ivy-plugin.bnd
+++ b/sigil/ivy/resolver/sigil-ivy-plugin.bnd
@@ -8,13 +8,12 @@
 # in case other tasks want a different version.
 # So just add Class-Path to the manifest, so we load bndlib.jar
 # if it's in the same directory as the sigil-ivy-plugin.
-Class-Path: bndlib.jar
+Class-Path: bndlib.jar equinox.common.jar
 
 # embed other dependencies directly in the plugin
 Private-Package: \
   org.apache.felix.sigil.*, \
   profiles.*, \
-  org.eclipse.core.runtime, \
   org.osgi.framework
 
 -removeheaders: TODAY, DSTAMP, TSTAMP