]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/META-INF/MANIFEST.MF
Remove unnecessary getComparableKey from HashMapBinding
[simantics/platform.git] / bundles / org.simantics.db.impl / META-INF / MANIFEST.MF
index 561843e20dc76e83c95f8ae16dfa5072c35c6f6b..21c4223f2478187252824c7bbcb694ba4327d657 100644 (file)
@@ -6,7 +6,8 @@ Bundle-Version: 1.1.0.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.simantics.db.common;bundle-version="0.8.0",
  org.eclipse.core.runtime;bundle-version="3.6.0",
- gnu.trove3;bundle-version="3.0.0"
+ gnu.trove3;bundle-version="3.0.0",
+ org.slf4j.api
 Export-Package: org.simantics.db.impl,
  org.simantics.db.impl.exception,
  org.simantics.db.impl.graph,
@@ -18,3 +19,4 @@ Export-Package: org.simantics.db.impl,
 Bundle-Vendor: VTT Technical Research Centre of Finland
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.simantics.db.impl.Activator
+Automatic-Module-Name: org.simantics.db.impl