X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2FMETA-INF%2FMANIFEST.MF;h=17fc2ed8c51883fe630e9a3e66ab16913d55f5af;hp=d6a2b6365594cd6a140b7c3f2a28d470e758a891;hb=b4374193caf61635d382af556ec913bf278d53a8;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.db.layer0/META-INF/MANIFEST.MF b/bundles/org.simantics.db.layer0/META-INF/MANIFEST.MF index d6a2b6365..17fc2ed8c 100644 --- a/bundles/org.simantics.db.layer0/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.db.layer0/META-INF/MANIFEST.MF @@ -3,13 +3,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: Layer0 Database Utils Bundle-SymbolicName: org.simantics.db.layer0;singleton:=true Bundle-Version: 1.1.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: gnu.trove3;bundle-version="3.0.3", org.eclipse.core.runtime;bundle-version="3.5.0", org.simantics.databoard;bundle-version="0.6.2";visibility:=reexport, org.simantics.db.services;bundle-version="1.1.0";visibility:=reexport, org.simantics.db.management;bundle-version="1.1.0", - org.apache.log4j;bundle-version="1.2.15", org.apache.commons.io;bundle-version="1.4.0", org.simantics.layer0;bundle-version="1.0.0";visibility:=reexport, org.simantics.graph.db;bundle-version="1.1.5";visibility:=reexport, @@ -32,7 +31,8 @@ Require-Bundle: gnu.trove3;bundle-version="3.0.3", org.simantics.issues.ontology;bundle-version="1.2.0", org.simantics.simulator.variable;bundle-version="1.0.0", org.simantics.scl.osgi;bundle-version="1.0.4", - org.simantics.scl.compiler;bundle-version="0.4.0" + org.simantics.scl.compiler;bundle-version="0.4.0", + org.slf4j.api Export-Package: org.simantics.db.layer0, org.simantics.db.layer0.adapter, org.simantics.db.layer0.adapter.impl, @@ -59,3 +59,4 @@ Export-Package: org.simantics.db.layer0, Bundle-ActivationPolicy: lazy Bundle-Activator: org.simantics.db.layer0.internal.Activator Bundle-Vendor: VTT Technical Research Centre of Finland +Automatic-Module-Name: org.simantics.db.layer0