further progress towards self hosting FELIX-1323
* replace require bundle dependency on fragment for local classpath via ivy resolve,
* retrieve versions from parent sigil-defaults.properties
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@800008 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/junit/sigil.properties b/sigil/common/junit/sigil.properties
index 1e8241e..c42e689 100644
--- a/sigil/common/junit/sigil.properties
+++ b/sigil/common/junit/sigil.properties
@@ -3,8 +3,6 @@
-activator: org.apache.felix.sigil.junit.activator.Activator
-version: 0.8.0
-
-bundles: \
org.apache.felix.sigil.common.junit, \
@@ -15,9 +13,9 @@
org.apache.felix.sigil.junit.server, \
-imports: \
- junit.framework;version=4.4.0, \
+ junit.framework, \
org.apache.felix.sigil.junit.server, \
- org.osgi.framework;version=1.4.0, \
- org.osgi.util.tracker;version=1.3.3, \
+ org.osgi.framework, \
+ org.osgi.util.tracker, \
# end