2 Bundle-ManifestVersion: 2
4 Bundle-SymbolicName: org.simantics.g3d;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.g3d.Activator
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.trove2;bundle-version="2.0.4",
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 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
23 Bundle-ActivationPolicy: lazy
24 Export-Package: org.simantics.g3d,
25 org.simantics.g3d.gizmo,
26 org.simantics.g3d.math,
27 org.simantics.g3d.preferences,
28 org.simantics.g3d.property,
29 org.simantics.g3d.property.annotations,
30 org.simantics.g3d.scenegraph,
31 org.simantics.g3d.scenegraph.base,
32 org.simantics.g3d.scenegraph.structural,
33 org.simantics.g3d.shape,
34 org.simantics.g3d.toolbar,
35 org.simantics.g3d.tools,
37 org.simantics.g3d.wizard