refactored junk main test into junit test
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@919370 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/obr.test/sigil.properties b/sigil/common/obr.test/sigil.properties
new file mode 100644
index 0000000..2945c8f
--- /dev/null
+++ b/sigil/common/obr.test/sigil.properties
@@ -0,0 +1,18 @@
+
+# sigil project file, saved by plugin.
+
+-bundles: \
+ org.apache.felix.sigil.common.obr.test, \
+
+-sourcedirs: \
+ src, \
+
+-fragment: \
+ org.apache.felix.sigil.common.obr;version=0.9.0, \
+
+-imports: \
+ junit.framework, \
+ org.osgi.framework, \
+ org.apache.felix.sigil.common.osgi;version=0.9.0, \
+
+# end