]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.graphical/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.debug.graphical / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Graphical
4 Bundle-SymbolicName: org.simantics.debug.graphical;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-11
7 Require-Bundle: org.simantics.db;bundle-version="1.1.0",
8  org.eclipse.core.runtime;bundle-version="3.6.0",
9  org.eclipse.ui;bundle-version="3.6.0",
10  org.simantics.ui;bundle-version="1.0.0",
11  com.fasterxml.jackson.core.jackson-core;bundle-version="2.8.8",
12  org.slf4j.api,
13  com.fasterxml.jackson.core.jackson-databind;bundle-version="2.8.8"
14 Automatic-Module-Name: org.simantics.debug.graphical