X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.export.core%2FMETA-INF%2FMANIFEST.MF;h=88dfc79c7f1974a2b30c9c56eb21cb39904f07d5;hp=a194cf13392bee3b9baa7ac84513145e58d9d3da;hb=602614f4502aae85ecf3967abb7152d2d62903e3;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.export.core/META-INF/MANIFEST.MF b/bundles/org.simantics.export.core/META-INF/MANIFEST.MF index a194cf133..88dfc79c7 100644 --- a/bundles/org.simantics.export.core/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.export.core/META-INF/MANIFEST.MF @@ -15,7 +15,8 @@ Require-Bundle: org.eclipse.core.runtime, org.simantics.utils.ui;bundle-version="1.1.0", org.simantics.graph.db;bundle-version="1.1.9", org.simantics;bundle-version="1.0.0", - com.lowagie.text;bundle-version="2.1.7";resolution:=optional + com.lowagie.text;bundle-version="2.1.7";resolution:=optional, + org.slf4j.api Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.simantics.export.core, org.simantics.export.core.error, @@ -24,3 +25,5 @@ Export-Package: org.simantics.export.core, org.simantics.export.core.manager, org.simantics.export.core.pdf, org.simantics.export.core.util +Bundle-ActivationPolicy: lazy +Bundle-Activator: org.simantics.export.core.internal.Activator