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/core.tests/sigil.properties b/sigil/common/core.tests/sigil.properties
index 1f2fe6c..c7a4504 100644
--- a/sigil/common/core.tests/sigil.properties
+++ b/sigil/common/core.tests/sigil.properties
@@ -1,8 +1,6 @@
# sigil project file, saved by plugin.
-version: 0.0.0
-
-bundles: \
org.apache.felix.sigil.common.core.tests, \
@@ -13,6 +11,7 @@
org.apache.felix.sigil.common.core, \
-imports: \
- junit.framework;version=4.4.0, \
+ junit.framework, \
+ org.osgi.framework, \
# end