]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/META-INF/MANIFEST.MF
Merge "Fix binding instance for CompoundRelatedGetValue method."
[simantics/platform.git] / bundles / org.simantics.db.common / META-INF / MANIFEST.MF
index 89395e6ea39ae01daee675327a9b772f98317302..27e43385191e53f6038eda67523c87df3594f5f4 100644 (file)
@@ -14,7 +14,10 @@ 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,
+ org.simantics.db.management;bundle-version="1.1.0",
+ org.simantics.scl.osgi
 Export-Package: org.simantics.db.common,
  org.simantics.db.common.adaption,
  org.simantics.db.common.auth,
@@ -31,6 +34,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,
@@ -42,3 +46,4 @@ Export-Package: org.simantics.db.common,
 Bundle-Activator: org.simantics.db.common.internal.Activator
 Bundle-ActivationPolicy: lazy
 Import-Package: org.osgi.framework;version="1.6.0"
+Automatic-Module-Name: org.simantics.db.common