X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2FMETA-INF%2FMANIFEST.MF;h=883ce3ac8a1f44e52304ce1b54fe3a3a2e5af6ef;hp=dad71c00d9e81a7828071e1a15633fe11f1c0f11;hb=23ad7f815d0717a640f6b286ef473c5c9f30ff96;hpb=80d69fc3f7a2e14c5b9e44a601ba15b0434454a8 diff --git a/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF b/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF index dad71c00d..883ce3ac8 100644 --- a/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF @@ -13,7 +13,8 @@ Require-Bundle: gnu.trove3;bundle-version="3.0.0", org.simantics.scl.runtime;bundle-version="0.1.4", org.simantics.databoard;bundle-version="0.6.3", com.lowagie.text;bundle-version="2.1.7";resolution:=optional, - org.simantics.utils;bundle-version="1.1.0" + org.simantics.utils;bundle-version="1.1.0", + org.slf4j.api Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: ., lib/svgSalamander-tiny.jar, @@ -21,6 +22,7 @@ Bundle-ClassPath: ., lib/batik-awt-util-1.8.jar, lib/batik-util-1.8.jar Export-Package: com.kitfox.svg, + com.kitfox.svg.animation, com.kitfox.svg.xml, org.simantics.scenegraph, org.simantics.scenegraph.adapters, @@ -37,3 +39,4 @@ Export-Package: com.kitfox.svg, org.simantics.scenegraph.utils.variable Bundle-Vendor: Semantum Oy Bundle-ActivationPolicy: lazy +Automatic-Module-Name: org.simantics.scenegraph