]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.platform.ui/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.platform.ui / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Platform UI Components
4 Bundle-SymbolicName: org.simantics.platform.ui
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: Semantum Oy
7 Automatic-Module-Name: org.simantics.platform.ui
8 Bundle-RequiredExecutionEnvironment: JavaSE-11
9 Require-Bundle: org.eclipse.ui.console;bundle-version="3.7.0",
10  org.eclipse.ui;bundle-version="3.109.0",
11  org.eclipse.core.jobs;bundle-version="3.9.0",
12  org.eclipse.jface.text;bundle-version="3.12.0",
13  org.eclipse.core.runtime;bundle-version="3.13.0",
14  org.simantics.ui,
15  org.slf4j.api,
16  ch.qos.logback.core,
17  ch.qos.logback.classic
18 Bundle-ActivationPolicy: lazy
19 Bundle-Activator: org.simantics.platform.ui.internal.Activator
20 Export-Package: org.simantics.platform.ui