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",
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.collections;bundle-version="3.2.1",
15 org.apache.commons.math3,
16 gnu.trove3;bundle-version="3.0.0",
17 org.simantics.scenegraph;bundle-version="1.1.1";visibility:=reexport,
18 org.simantics.threadlog;bundle-version="1.0.0";resolution:=optional,
19 org.simantics.scl.runtime;bundle-version="0.1.4",
20 org.simantics.databoard;bundle-version="0.6.5",
21 org.simantics.datatypes;bundle-version="1.0.0",
22 org.simantics.db;bundle-version="1.1.0",
23 org.simantics.ui;bundle-version="1.0.0",
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-1.8
71 Automatic-Module-Name: org.simantics.g2d