]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.ui.workspace.tracker/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.ui.workspace.tracker / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Workspace Size Monitoring
4 Bundle-SymbolicName: org.simantics.ui.workspace.tracker;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.ui.workspace.tracker.internal.Activator
7 Bundle-Vendor: Semantum Oy
8 Require-Bundle: javax.inject,
9  org.eclipse.osgi,
10  org.eclipse.jface,
11  org.eclipse.e4.ui.services,
12  org.eclipse.e4.core.di.annotations,
13  org.eclipse.core.runtime,
14  org.eclipse.e4.core.di,
15  org.simantics.filesystem.services,
16  org.slf4j.api,
17  org.eclipse.e4.ui.model.workbench,
18  org.eclipse.e4.ui.workbench,
19  org.eclipse.ui.workbench,
20  org.eclipse.ui,
21  org.eclipse.e4.core.contexts,
22  jakarta.annotation-api
23 Bundle-RequiredExecutionEnvironment: JavaSE-11
24 Import-Package: javax.inject
25 Bundle-ActivationPolicy: lazy
26 Export-Package: org.simantics.ui.workspace.tracker
27 Automatic-Module-Name: org.simantics.ui.workspace.tracker