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=2bbd595f73c2087b0d2d368a7701b1ee826c06bb;hp=ce6f47de20859ca56d951eccab673e7622618172;hb=5c67a96d34fe904b8c4b0375cd08ff1d543bf369;hpb=9a37dabc6c0212ed3e14499c88df3208cd06f9b0 diff --git a/bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF b/bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF index ce6f47de2..2bbd595f7 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-version="1.7.25" Bundle-Vendor: VTT Technical Research Centre of Finland Automatic-Module-Name: org.simantics.spreadsheet