You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by db...@apache.org on 2009/09/18 10:14:00 UTC

svn commit: r816520 - /felix/trunk/sigil/ivy/resolver/sigil.properties

Author: dbaum
Date: Fri Sep 18 08:14:00 2009
New Revision: 816520

URL: http://svn.apache.org/viewvc?rev=816520&view=rev
Log:
include eclipse dependencies in stand-alone resolver;
also add manifest Class-Path: bndlib.jar, so BND is implicitly added if it exists in same diretory.

Modified:
    felix/trunk/sigil/ivy/resolver/sigil.properties

Modified: felix/trunk/sigil/ivy/resolver/sigil.properties
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/ivy/resolver/sigil.properties?rev=816520&r1=816519&r2=816520&view=diff
==============================================================================
--- felix/trunk/sigil/ivy/resolver/sigil.properties (original)
+++ felix/trunk/sigil/ivy/resolver/sigil.properties Fri Sep 18 08:14:00 2009
@@ -6,6 +6,7 @@
 
 -contents: \
 	profiles.*, \
+	org.eclipse.core.runtime, \
 	org.osgi.framework, \
 	org.apache.felix.sigil.*, \
 
@@ -43,4 +44,6 @@
 -requires: \
 	org.eclipse.equinox.common;version=3.4.0, \
 
+header;Class-Path: bndlib.jar
+
 # end