add skeleton launcher project FELIX-1324
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@801990 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/runtime/sigil.properties b/sigil/common/runtime/sigil.properties
new file mode 100644
index 0000000..2488647
--- /dev/null
+++ b/sigil/common/runtime/sigil.properties
@@ -0,0 +1,15 @@
+
+# sigil project file, saved by plugin.
+
+-bundles: \
+ org.apache.felix.sigil.common.runtime, \
+
+-sourcedirs: \
+ src, \
+
+-imports: \
+ org.apache.commons.cli;version=1.2.0, \
+ org.osgi.framework, \
+ org.osgi.framework.launch;version=1.0.0, \
+
+# end