X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.utils.datastructures%2FMETA-INF%2FMANIFEST.MF;h=1b012d999f0be311d10a06ee9287d28a2030d4ca;hb=ef21d2d7355f5196f0400c74bfde55d0e8798d38;hp=8ee955c6b9830cf9c7302b0269c56bfcd9f4142e;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.utils.datastructures/META-INF/MANIFEST.MF b/bundles/org.simantics.utils.datastructures/META-INF/MANIFEST.MF index 8ee955c6b..1b012d999 100644 --- a/bundles/org.simantics.utils.datastructures/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.utils.datastructures/META-INF/MANIFEST.MF @@ -9,6 +9,7 @@ Export-Package: org.simantics.utils.datastructures, org.simantics.utils.datastructures.context, org.simantics.utils.datastructures.datatype, org.simantics.utils.datastructures.disposable, + org.simantics.utils.datastructures.file, org.simantics.utils.datastructures.hints, org.simantics.utils.datastructures.map, org.simantics.utils.datastructures.persistent, @@ -18,5 +19,9 @@ Bundle-Vendor: VTT Technical Research Centre of Finland Require-Bundle: org.simantics.utils.thread;bundle-version="1.0.0";visibility:=reexport, org.simantics.utils;bundle-version="1.0.0", gnu.trove3;bundle-version="3.0.0", - org.simantics.databoard;bundle-version="0.6.5";resolution:=optional + org.simantics.databoard;bundle-version="0.6.5";resolution:=optional, + org.slf4j.api;bundle-version="1.7.25", + org.eclipse.collections.eclipse-collections;bundle-version="9.2.0", + org.eclipse.collections.eclipse-collections-api;bundle-version="9.2.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Automatic-Module-Name: org.simantics.utils.datastructures