]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF
Tons of dependency fixes and updates
[simantics/platform.git] / bundles / org.simantics.spreadsheet / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Spreadsheet
4 Bundle-SymbolicName: org.simantics.spreadsheet
5 Bundle-Version: 1.1.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Export-Package: org.simantics.spreadsheet,
8  org.simantics.spreadsheet.cell.handler,
9  org.simantics.spreadsheet.event.model,
10  org.simantics.spreadsheet.solver,
11  org.simantics.spreadsheet.solver.formula,
12  org.simantics.spreadsheet.solver.formula.parser,
13  org.simantics.spreadsheet.solver.formula.parser.ast,
14  org.simantics.spreadsheet.synchronization
15 Require-Bundle: org.simantics.utils.datastructures;bundle-version="1.0.0",
16  org.simantics.databoard;bundle-version="0.6.1",
17  it.unimi.dsi.fastutil;bundle-version="7.2.1",
18  org.apache.commons.math3,
19  gnu.trove3,
20  org.simantics.scl.runtime,
21  org.simantics.datatypes;bundle-version="1.0.0",
22  org.simantics.common;bundle-version="1.0.0",
23  org.simantics.simulator.toolkit;bundle-version="1.0.0",
24  org.simantics.structural.synchronization;bundle-version="1.0.0",
25  org.apache.poi,
26  org.slf4j.api
27 Bundle-Vendor: VTT Technical Research Centre of Finland
28 Automatic-Module-Name: org.simantics.spreadsheet