]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d/META-INF/MANIFEST.MF
ce07870b9d45b45a42592382e75decffb22da0b3
[simantics/3d.git] / org.simantics.g3d / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: 3D Graphics Core
4 Bundle-SymbolicName: org.simantics.g3d;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.g3d.Activator
7 Bundle-Vendor: VTT
8 Require-Bundle: org.eclipse.core.runtime,
9  javax.vecmath;bundle-version="1.5.2",
10  org.simantics.g3d.ontology;bundle-version="1.0.0",
11  org.simantics.db.layer0;bundle-version="1.1.0",
12  org.eclipse.jface;bundle-version="3.6.2",
13  org.eclipse.ui;bundle-version="3.6.2",
14  org.eclipse.ui.views;bundle-version="3.5.1",
15  org.simantics.browsing.ui.swt;bundle-version="1.1.0",
16  org.simantics.db.management;bundle-version="1.1.0",
17  org.simantics.selectionview;bundle-version="1.0.0",
18  gnu.trove3;bundle-version="3.0.0",
19  org.simantics.objmap2;bundle-version="1.0.0",
20  org.eclipse.nebula.widgets.tablecombo;bundle-version="1.0.0",
21  org.simantics.ui;bundle-version="1.0.0",
22  org.simantics.scl.osgi;bundle-version="1.0.4"
23 Bundle-RequiredExecutionEnvironment: JavaSE-11
24 Bundle-ActivationPolicy: lazy
25 Export-Package: org.simantics.g3d,
26  org.simantics.g3d.adapters,
27  org.simantics.g3d.event,
28  org.simantics.g3d.gizmo,
29  org.simantics.g3d.math,
30  org.simantics.g3d.preferences,
31  org.simantics.g3d.property,
32  org.simantics.g3d.property.annotations,
33  org.simantics.g3d.scenegraph,
34  org.simantics.g3d.scenegraph.base,
35  org.simantics.g3d.scenegraph.structural,
36  org.simantics.g3d.scl,
37  org.simantics.g3d.shape,
38  org.simantics.g3d.toolbar,
39  org.simantics.g3d.tools,
40  org.simantics.g3d.ui,
41  org.simantics.g3d.wizard
42 Automatic-Module-Name: org.simantics.g3d