]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet.common/META-INF/MANIFEST.MF
Removed unnecessary dependencies on org.apache.log4j
[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.simantics.spreadsheet;bundle-version="1.1.0",
10  org.simantics.db.layer0;bundle-version="1.1.0",
11  org.simantics.scl.runtime;bundle-version="0.1.2",
12  org.simantics.spreadsheet.ontology;bundle-version="1.2.0",
13  org.simantics;bundle-version="1.0.0",
14  org.simantics.document.server.io;bundle-version="0.0.1",
15  org.apache.poi
16 Export-Package: org.simantics.spreadsheet.common,
17  org.simantics.spreadsheet.common.cell,
18  org.simantics.spreadsheet.common.cell.handler,
19  org.simantics.spreadsheet.common.client,
20  org.simantics.spreadsheet.common.expression.analysis,
21  org.simantics.spreadsheet.common.expression.lexer,
22  org.simantics.spreadsheet.common.expression.node,
23  org.simantics.spreadsheet.common.expression.parser,
24  org.simantics.spreadsheet.common.matrix,
25  org.simantics.spreadsheet.util
26 Bundle-Vendor: VTT Technical Research Centre of Finland
27 Bundle-ActivationPolicy: lazy
28 Bundle-Activator: org.simantics.spreadsheet.common.Activator
29 Automatic-Module-Name: org.simantics.spreadsheet.common