You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/07/23 13:29:32 UTC

svn commit: r797019 - /felix/trunk/sigil/ivy/resolver/sigil-ivy-plugin.bnd

Author: dsavage
Date: Thu Jul 23 11:29:32 2009
New Revision: 797019

URL: http://svn.apache.org/viewvc?rev=797019&view=rev
Log:
retrieve eclipse dependencies from classpath vs embedding in jar

Modified:
    felix/trunk/sigil/ivy/resolver/sigil-ivy-plugin.bnd

Modified: felix/trunk/sigil/ivy/resolver/sigil-ivy-plugin.bnd
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/ivy/resolver/sigil-ivy-plugin.bnd?rev=797019&r1=797018&r2=797019&view=diff
==============================================================================
--- felix/trunk/sigil/ivy/resolver/sigil-ivy-plugin.bnd (original)
+++ felix/trunk/sigil/ivy/resolver/sigil-ivy-plugin.bnd Thu Jul 23 11:29:32 2009
@@ -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