Further patches related to FELIX-1324 - now abstracts uri scheme behind a resolver that allows for substitution of "real" urls for meta stubs:
start:sigil:<bsn>:version
for example
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@831004 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/runtime/sigil.properties b/sigil/common/runtime/sigil.properties
index 23156cc..e2144c0 100644
--- a/sigil/common/runtime/sigil.properties
+++ b/sigil/common/runtime/sigil.properties
@@ -12,7 +12,7 @@
org.apache.felix.sigil.common.runtime, \
-imports: \
- org.apache.felix.sigil.common.runtime,\
+ org.apache.felix.sigil.common.runtime, \
org.osgi.framework, \
org.osgi.framework.launch, \
org.osgi.service.packageadmin, \