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,
17 org.eclipse.ui;visibility:=reexport,
19 org.eclipse.ui.cheatsheets,
20 org.simantics.application,
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.db.procore.server.environment;bundle-version="1.1.0",
31 org.simantics;bundle-version="1.0.0";visibility:=reexport,
32 org.simantics.workbench.ontology;bundle-version="1.0.0",
33 org.simantics.workbench.search;bundle-version="1.5.0",
34 org.simantics.views.swt;bundle-version="1.0.0";visibility:=reexport,
35 org.simantics.modeling.ui;bundle-version="1.1.1";visibility:=reexport,
36 org.simantics.issues.common;bundle-version="1.1.0";visibility:=reexport,
37 org.simantics.simulation.ui;bundle-version="1.1.0";visibility:=reexport,
38 org.simantics.scenegraph.profile;bundle-version="1.0.0";visibility:=reexport,
39 org.simantics.browsing.ui.model;bundle-version="1.0.0";visibility:=reexport,
40 org.simantics.db.procore.ui,
41 org.eclipse.ui.workbench,
42 org.eclipse.e4.ui.workbench;bundle-version="1.3.0",
43 org.eclipse.e4.ui.model.workbench;bundle-version="1.1.100.v20150407-1430",
44 org.eclipse.e4.core.di;bundle-version="1.5.0",
45 org.eclipse.e4.ui.di;bundle-version="1.1.0",
46 org.eclipse.e4.core.contexts,
47 org.eclipse.e4.ui.services,
48 org.slf4j.api;bundle-version="1.7.20"
49 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
50 Bundle-ActivationPolicy: lazy