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",
19 org.simantics.scl.runtime,
20 org.simantics.datatypes;bundle-version="1.0.0",
21 org.simantics.common;bundle-version="1.0.0",
22 org.simantics.simulator.toolkit;bundle-version="1.0.0",
23 org.simantics.structural.synchronization;bundle-version="1.0.0",
25 Bundle-Vendor: VTT Technical Research Centre of Finland
26 Automatic-Module-Name: org.simantics.spreadsheet