]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.message/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.message / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Message Logging
4 Bundle-SymbolicName: org.simantics.message;singleton:=true
5 Bundle-Version: 1.1.0.qualifier
6 Bundle-Activator: org.simantics.message.internal.Activator
7 Bundle-Vendor: Semantum Oy
8 Require-Bundle: org.eclipse.core.runtime,
9  org.simantics.db;bundle-version="[1.0.0,2.0.0)",
10  org.slf4j.api
11 Bundle-RequiredExecutionEnvironment: JavaSE-11
12 Bundle-ActivationPolicy: lazy
13 Export-Package: org.simantics.message,
14  org.simantics.message.internal;x-friends:="org.simantics.message.ui",
15  org.simantics.message.util
16 Automatic-Module-Name: org.simantics.message