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