]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.spreadsheet.common/META-INF/MANIFEST.MF b/bundles/org.simantics.spreadsheet.common/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..f76f025
--- /dev/null
@@ -0,0 +1,31 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Spreadsheet Common
+Bundle-SymbolicName: org.simantics.spreadsheet.common
+Bundle-Version: 1.1.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.simantics.utils.datastructures;bundle-version="1.0.0",
+ org.simantics.utils.ui;bundle-version="1.0.0",
+ org.apache.log4j;bundle-version="1.2.15",
+ org.simantics.spreadsheet;bundle-version="1.1.0",
+ org.simantics.db.layer0;bundle-version="1.1.0",
+ org.simantics.scl.runtime;bundle-version="0.1.2",
+ org.simantics.spreadsheet.ontology;bundle-version="1.2.0",
+ org.simantics;bundle-version="1.0.0",
+ org.simantics.document.server.io;bundle-version="0.0.1",
+ org.apache.poi
+Export-Package: org.simantics.spreadsheet.common,
+ org.simantics.spreadsheet.common.cell,
+ org.simantics.spreadsheet.common.cell.handler,
+ org.simantics.spreadsheet.common.client,
+ org.simantics.spreadsheet.common.exception,
+ org.simantics.spreadsheet.common.expression.analysis,
+ org.simantics.spreadsheet.common.expression.lexer,
+ org.simantics.spreadsheet.common.expression.node,
+ org.simantics.spreadsheet.common.expression.parser,
+ org.simantics.spreadsheet.common.logging,
+ org.simantics.spreadsheet.common.matrix,
+ org.simantics.spreadsheet.util
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.spreadsheet.common.Activator