X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2FMETA-INF%2FMANIFEST.MF;h=4d88664921caf63d7c6f7c7fd117807cf557f066;hp=ce6f47de20859ca56d951eccab673e7622618172;hb=15a0f229f7340ed92e9157049483ed71f54677f9;hpb=23ad7f815d0717a640f6b286ef473c5c9f30ff96 diff --git a/bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF b/bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF index ce6f47de2..4d8866492 100644 --- a/bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF @@ -6,8 +6,23 @@ Bundle-Version: 1.1.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.simantics.spreadsheet, org.simantics.spreadsheet.cell.handler, - org.simantics.spreadsheet.event.model + org.simantics.spreadsheet.event.model, + org.simantics.spreadsheet.solver, + org.simantics.spreadsheet.solver.formula, + org.simantics.spreadsheet.solver.formula.parser, + org.simantics.spreadsheet.solver.formula.parser.ast, + org.simantics.spreadsheet.synchronization Require-Bundle: org.simantics.utils.datastructures;bundle-version="1.0.0", - org.simantics.databoard;bundle-version="0.6.1" + org.simantics.databoard;bundle-version="0.6.1", + it.unimi.dsi.fastutil;bundle-version="7.2.1", + org.apache.commons.math3, + gnu.trove3, + org.simantics.scl.runtime, + org.simantics.datatypes;bundle-version="1.0.0", + org.simantics.common;bundle-version="1.0.0", + org.simantics.simulator.toolkit;bundle-version="1.0.0", + org.simantics.structural.synchronization;bundle-version="1.0.0", + org.apache.poi, + org.slf4j.api Bundle-Vendor: VTT Technical Research Centre of Finland Automatic-Module-Name: org.simantics.spreadsheet