X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.common%2FMETA-INF%2FMANIFEST.MF;h=b05ec52cd8dd199bf04d81dcfc7735d1dba87e19;hb=68ce0966a57f5153b133c6283fdbae10f683b745;hp=89395e6ea39ae01daee675327a9b772f98317302;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.common/META-INF/MANIFEST.MF b/bundles/org.simantics.db.common/META-INF/MANIFEST.MF index 89395e6ea..b05ec52cd 100644 --- a/bundles/org.simantics.db.common/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.db.common/META-INF/MANIFEST.MF @@ -14,7 +14,8 @@ Require-Bundle: org.simantics.db;bundle-version="1.1.0";visibility:=reexport, org.simantics.scl.runtime;bundle-version="0.1.4", org.simantics.user.ontology;bundle-version="1.0.0", org.simantics.layer0x.ontology;bundle-version="1.0.0", - org.simantics.issues.ontology;bundle-version="1.2.0" + org.simantics.issues.ontology;bundle-version="1.2.0", + org.slf4j.api Export-Package: org.simantics.db.common, org.simantics.db.common.adaption, org.simantics.db.common.auth, @@ -24,6 +25,7 @@ Export-Package: org.simantics.db.common, org.simantics.db.common.internal.config;x-friends:="org.simantics.db.procore", org.simantics.db.common.issue, org.simantics.db.common.primitiverequest, + org.simantics.db.common.procedure, org.simantics.db.common.procedure.adapter, org.simantics.db.common.procedure.guarded, org.simantics.db.common.procedure.single, @@ -31,6 +33,7 @@ Export-Package: org.simantics.db.common, org.simantics.db.common.procedure.wrapper, org.simantics.db.common.processor, org.simantics.db.common.provider, + org.simantics.db.common.recursive, org.simantics.db.common.request, org.simantics.db.common.service, org.simantics.db.common.session,