X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2FMETA-INF%2FMANIFEST.MF;h=ee5b50be248ceeb7b314a94e0b0cc664f1c91d0b;hb=ef21d2d7355f5196f0400c74bfde55d0e8798d38;hp=20eb07a6bbe8168cb9054da477e982b2dd27a8d6;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/META-INF/MANIFEST.MF b/bundles/org.simantics.g2d/META-INF/MANIFEST.MF index 20eb07a6b..ee5b50be2 100644 --- a/bundles/org.simantics.g2d/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.g2d/META-INF/MANIFEST.MF @@ -11,8 +11,8 @@ Require-Bundle: org.eclipse.core.runtime, org.simantics.utils.thread, org.simantics.utils.thread.swt, org.simantics.utils.ui;bundle-version="1.0.0", - javax.vecmath;bundle-version="1.0.0", org.apache.commons.collections;bundle-version="3.2.1", + org.apache.commons.math3, gnu.trove3;bundle-version="3.0.0", org.simantics.scenegraph;bundle-version="1.1.1";visibility:=reexport, org.simantics.threadlog;bundle-version="1.0.0";resolution:=optional, @@ -20,7 +20,10 @@ Require-Bundle: org.eclipse.core.runtime, org.simantics.databoard;bundle-version="0.6.5", org.simantics.datatypes;bundle-version="1.0.0", org.simantics.db;bundle-version="1.1.0", - org.simantics.ui;bundle-version="1.0.0" + org.simantics.ui;bundle-version="1.0.0", + org.slf4j.api, + org.eclipse.collections.eclipse-collections-api, + org.eclipse.collections.eclipse-collections Export-Package: org.simantics.g2d.canvas, org.simantics.g2d.canvas.impl, org.simantics.g2d.chassis, @@ -67,3 +70,4 @@ Export-Package: org.simantics.g2d.canvas, org.simantics.g2d.utils.geom Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: . +Automatic-Module-Name: org.simantics.g2d