]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.g2d/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.g2d / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Canvas Plug-in
4 Bundle-SymbolicName: org.simantics.g2d;singleton:=true
5 Bundle-Version: 1.1.1.qualifier
6 Bundle-Vendor: VTT Technical Research Centre of Finland
7 Require-Bundle: org.eclipse.core.runtime,
8  org.eclipse.ui;bundle-version="3.6.0",
9  org.simantics.utils,
10  org.simantics.utils.datastructures;visibility:=reexport,
11  org.simantics.utils.thread,
12  org.simantics.utils.thread.swt,
13  org.simantics.utils.ui;bundle-version="1.0.0",
14  org.apache.commons.math3,
15  gnu.trove3;bundle-version="3.0.0",
16  org.simantics.scenegraph;bundle-version="1.1.1";visibility:=reexport,
17  org.simantics.threadlog;bundle-version="1.0.0";resolution:=optional,
18  org.simantics.scl.runtime;bundle-version="0.1.4",
19  org.simantics.databoard;bundle-version="0.6.5",
20  org.simantics.datatypes;bundle-version="1.0.0",
21  org.simantics.db;bundle-version="1.1.0",
22  org.simantics.ui;bundle-version="1.0.0",
23  org.slf4j.api,
24  org.eclipse.collections
25 Export-Package: org.simantics.g2d.canvas,
26  org.simantics.g2d.canvas.impl,
27  org.simantics.g2d.chassis,
28  org.simantics.g2d.connection,
29  org.simantics.g2d.connection.handler,
30  org.simantics.g2d.diagram,
31  org.simantics.g2d.diagram.handler,
32  org.simantics.g2d.diagram.handler.impl,
33  org.simantics.g2d.diagram.handler.layout,
34  org.simantics.g2d.diagram.impl,
35  org.simantics.g2d.diagram.participant,
36  org.simantics.g2d.diagram.participant.pointertool,
37  org.simantics.g2d.dnd,
38  org.simantics.g2d.element,
39  org.simantics.g2d.element.handler,
40  org.simantics.g2d.element.handler.impl,
41  org.simantics.g2d.element.handler.impl.proxy,
42  org.simantics.g2d.element.impl,
43  org.simantics.g2d.elementclass,
44  org.simantics.g2d.elementclass.button,
45  org.simantics.g2d.elementclass.canvas,
46  org.simantics.g2d.elementclass.connection,
47  org.simantics.g2d.elementclass.operationsymbols,
48  org.simantics.g2d.elementclass.slider,
49  org.simantics.g2d.elementclass.valve,
50  org.simantics.g2d.elementclass.wheel,
51  org.simantics.g2d.event.adapter,
52  org.simantics.g2d.example,
53  org.simantics.g2d.example.chassis,
54  org.simantics.g2d.gallery,
55  org.simantics.g2d.image,
56  org.simantics.g2d.image.impl,
57  org.simantics.g2d.layers,
58  org.simantics.g2d.multileveldiagram,
59  org.simantics.g2d.notification,
60  org.simantics.g2d.page,
61  org.simantics.g2d.participant,
62  org.simantics.g2d.routing,
63  org.simantics.g2d.routing.algorithm2,
64  org.simantics.g2d.scenegraph,
65  org.simantics.g2d.svg,
66  org.simantics.g2d.tooltip,
67  org.simantics.g2d.utils,
68  org.simantics.g2d.utils.geom
69 Bundle-RequiredExecutionEnvironment: JavaSE-11
70 Bundle-ClassPath: .
71 Automatic-Module-Name: org.simantics.g2d