]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.workbench/META-INF/MANIFEST.MF
Add javax.inject dependency for 4.13 support
[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: com.ibm.icu,
13  org.eclipse.core.runtime,
14  org.eclipse.core.resources,
15  org.eclipse.core.filesystem,
16  org.eclipse.core.net,
17  org.eclipse.ui;visibility:=reexport,
18  org.eclipse.ui.ide,
19  org.eclipse.ui.cheatsheets,
20  org.simantics.application,
21  org.simantics.ui,
22  org.simantics.db.layer0;bundle-version="0.8.0",
23  org.simantics.project;bundle-version="1.0.0",
24  org.simantics.db.indexing;bundle-version="0.8.0",
25  org.eclipse.equinox.p2.metadata;bundle-version="2.0.0",
26  org.simantics.graph;bundle-version="1.0.0",
27  org.simantics.layer0;bundle-version="1.0.0",
28  org.simantics.graph.db;bundle-version="1.0.0",
29  org.simantics.editors;bundle-version="1.0.0",
30  org.simantics;bundle-version="1.0.0";visibility:=reexport,
31  org.simantics.workbench.ontology;bundle-version="1.0.0",
32  org.simantics.workbench.search;bundle-version="1.5.0",
33  org.simantics.views.swt;bundle-version="1.0.0";visibility:=reexport,
34  org.simantics.modeling.ui;bundle-version="1.1.1";visibility:=reexport,
35  org.simantics.issues.common;bundle-version="1.1.0";visibility:=reexport,
36  org.simantics.simulation.ui;bundle-version="1.1.0";visibility:=reexport,
37  org.simantics.scenegraph.profile;bundle-version="1.0.0";visibility:=reexport,
38  org.simantics.browsing.ui.model;bundle-version="1.0.0";visibility:=reexport,
39  org.eclipse.ui.workbench,
40  org.eclipse.e4.ui.workbench;bundle-version="1.3.0",
41  org.eclipse.e4.ui.model.workbench;bundle-version="1.1.100.v20150407-1430",
42  org.eclipse.e4.core.di;bundle-version="1.5.0",
43  org.eclipse.e4.ui.di;bundle-version="1.1.0",
44  org.eclipse.e4.core.contexts,
45  org.eclipse.e4.ui.services,
46  org.slf4j.api;bundle-version="1.7.20"
47 Import-Package: javax.inject
48 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
49 Bundle-ActivationPolicy: lazy
50 Bundle-ClassPath: .
51 Automatic-Module-Name: org.simantics.workbench