]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.workbench/META-INF/MANIFEST.MF
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.workbench / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Workbench Application
4 Bundle-SymbolicName: org.simantics.workbench;singleton:=true
5 Bundle-Version: 1.5.1.qualifier
6 Bundle-Activator: org.simantics.workbench.internal.Activator
7 Bundle-Vendor: VTT Technical Research Centre of Finland
8 Bundle-Localization: plugin
9 Export-Package: org.simantics.workbench,
10  org.simantics.workbench.internal,
11  org.simantics.workbench.internal.contributions.search
12 Require-Bundle: org.eclipse.core.resources,
13  org.eclipse.core.filesystem,
14  org.eclipse.core.net,
15  org.eclipse.ui.ide,
16  org.eclipse.ui.cheatsheets,
17  org.simantics.application,
18  org.simantics.db.indexing;bundle-version="0.8.0",
19  org.simantics.workbench.search;bundle-version="1.5.0",
20  org.simantics.modeling.ui;bundle-version="1.1.1";visibility:=reexport,
21  org.eclipse.e4.ui.workbench;bundle-version="1.3.0",
22  org.eclipse.e4.ui.model.workbench;bundle-version="1.1.100.v20150407-1430",
23  org.eclipse.e4.core.di;bundle-version="1.5.0",
24  org.eclipse.e4.core.contexts,
25  org.eclipse.e4.ui.services,
26  org.slf4j.api,
27  jakarta.annotation-api;bundle-version="1.3.5"
28 Import-Package: javax.inject
29 Bundle-RequiredExecutionEnvironment: JavaSE-11
30 Bundle-ActivationPolicy: lazy
31 Bundle-ClassPath: .
32 Automatic-Module-Name: org.simantics.workbench