]> gerrit.simantics Code Review - simantics/python.git/blobdiff - org.simantics.pythonlink/META-INF/MANIFEST.MF
Initial commit of Python Integration feature.
[simantics/python.git] / org.simantics.pythonlink / META-INF / MANIFEST.MF
diff --git a/org.simantics.pythonlink/META-INF/MANIFEST.MF b/org.simantics.pythonlink/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..14c621b
--- /dev/null
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0\r
+Bundle-ManifestVersion: 2\r
+Bundle-Name: Pythonlink\r
+Bundle-SymbolicName: org.simantics.pythonlink\r
+Bundle-Version: 1.0.0.qualifier\r
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8\r
+Require-Bundle: org.junit,\r
+ org.eclipse.osgi,\r
+ org.simantics.scl.runtime,\r
+ gnu.trove3;bundle-version="3.0.3",\r
+ org.simantics.scl.compiler,\r
+ org.simantics.scl.osgi\r
+Export-Package: org.simantics.pythonlink\r
+Bundle-Activator: org.simantics.pythonlink.Activator\r
+Bundle-ActivationPolicy: lazy\r