]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d.vtk/META-INF/MANIFEST.MF
DPI scaling for vtkView
[simantics/3d.git] / org.simantics.g3d.vtk / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: G3D VTK Integration
4 Bundle-SymbolicName: org.simantics.g3d.vtk;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.g3d.vtk.Activator
7 Bundle-Vendor: VTT
8 Require-Bundle: org.eclipse.core.runtime,
9  javax.vecmath;bundle-version="1.5.2",
10  org.simantics.g3d;bundle-version="1.0.0",
11  org.eclipse.ui;bundle-version="3.6.2",
12  org.simantics.db;bundle-version="1.1.0",
13  org.simantics.selectionview;bundle-version="1.0.0",
14  org.simantics.db.management;bundle-version="1.1.0",
15  org.eclipse.ui.views;bundle-version="3.5.1",
16  org.simantics.objmap2;bundle-version="1.0.0",
17  org.simantics.db.common;bundle-version="1.1.0",
18  org.simantics.g3d.ontology;bundle-version="1.0.0",
19  vtk;bundle-version="5.10.0",
20  org.simantics.utils.ui;bundle-version="1.1.0",
21  org.simantics.ui;bundle-version="1.0.0",
22  vtk.rendering;bundle-version="8.2.0",
23  org.simantics.utils.thread.swt;bundle-version="1.1.0",
24  org.slf4j.api,
25  org.simantics.scenegraph;bundle-version="1.1.1"
26 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
27 Bundle-ActivationPolicy: lazy
28 Export-Package: org.simantics.g3d.vtk.action,
29  org.simantics.g3d.vtk.awt,
30  org.simantics.g3d.vtk.common,
31  org.simantics.g3d.vtk.gizmo,
32  org.simantics.g3d.vtk.handlers,
33  org.simantics.g3d.vtk.property,
34  org.simantics.g3d.vtk.shape,
35  org.simantics.g3d.vtk.swt,
36  org.simantics.g3d.vtk.utils
37 Automatic-Module-Name: org.simantics.g3d.vtk