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