]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet.common/META-INF/MANIFEST.MF
b019ac5cc0b60dbd0870fa732eb699632d46e659
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Spreadsheet Common
4 Bundle-SymbolicName: org.simantics.spreadsheet.common
5 Bundle-Version: 1.1.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-11
7 Require-Bundle: org.simantics.utils.datastructures;bundle-version="1.0.0",
8  org.simantics.utils.ui;bundle-version="1.0.0",
9  org.apache.log4j;bundle-version="1.2.15",
10  org.simantics.spreadsheet;bundle-version="1.1.0",
11  org.simantics.db.layer0;bundle-version="1.1.0",
12  org.simantics.scl.runtime;bundle-version="0.1.2",
13  org.simantics.spreadsheet.ontology;bundle-version="1.2.0",
14  org.simantics;bundle-version="1.0.0",
15  org.simantics.document.server.io;bundle-version="0.0.1",
16  org.apache.poi
17 Export-Package: org.simantics.spreadsheet.common,
18  org.simantics.spreadsheet.common.cell,
19  org.simantics.spreadsheet.common.cell.handler,
20  org.simantics.spreadsheet.common.client,
21  org.simantics.spreadsheet.common.expression.analysis,
22  org.simantics.spreadsheet.common.expression.lexer,
23  org.simantics.spreadsheet.common.expression.node,
24  org.simantics.spreadsheet.common.expression.parser,
25  org.simantics.spreadsheet.common.matrix,
26  org.simantics.spreadsheet.util
27 Bundle-Vendor: VTT Technical Research Centre of Finland
28 Bundle-ActivationPolicy: lazy
29 Bundle-Activator: org.simantics.spreadsheet.common.Activator
30 Automatic-Module-Name: org.simantics.spreadsheet.common