]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.browser.ui/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.debug.browser.ui / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Debug Browser UI
4 Bundle-SymbolicName: org.simantics.debug.browser.ui;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.debug.browser.ui.Activator
7 Require-Bundle: org.eclipse.ui,
8  org.eclipse.core.runtime,
9  org.eclipse.e4.core.di;bundle-version="1.5.0",
10  org.simantics.debug.browser;bundle-version="0.0.1",
11  org.eclipse.e4.ui.workbench,
12  org.eclipse.e4.ui.services,
13  org.simantics.utils.ui;bundle-version="1.1.0",
14  org.simantics.db;bundle-version="1.1.0",
15  org.simantics.db.layer0;bundle-version="1.1.0"
16 Bundle-RequiredExecutionEnvironment: JavaSE-11
17 Bundle-ActivationPolicy: lazy
18 Bundle-Vendor: Association for Decentralized Information Management in Industry THTH ry
19 Import-Package: org.eclipse.core.expressions,
20  javax.inject
21 Automatic-Module-Name: org.simantics.debug.browser.ui