]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.excel.poi/META-INF/MANIFEST.MF
Excel parsing interface
[simantics/interop.git] / org.simantics.excel.poi / META-INF / MANIFEST.MF
diff --git a/org.simantics.excel.poi/META-INF/MANIFEST.MF b/org.simantics.excel.poi/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..4356d5c
--- /dev/null
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Excel / Apache POI
+Bundle-SymbolicName: org.simantics.excel.poi
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.simantics.excel.poi.Activator
+Bundle-Vendor: VTT
+Require-Bundle: org.eclipse.core.runtime,
+ org.apache.poi;bundle-version="3.15.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Export-Package: org.simantics.excel.poi.parser,
+ org.simantics.excel.poi.parser.streaming