2 Bundle-ManifestVersion: 2
4 Bundle-SymbolicName: org.simantics.g3d.jme;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.g3d.jme.Activator
7 Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime,
9 org.simantics.g3d;bundle-version="1.0.0",
10 org.simantics.g3d.ontology;bundle-version="1.0.0",
11 com.jme;bundle-version="1.0.0",
12 javax.vecmath;bundle-version="1.5.2",
13 org.simantics.db;bundle-version="1.1.0",
14 org.simantics.db.common;bundle-version="1.1.0",
15 org.simantics.objmap2;bundle-version="1.0.0",
16 org.eclipse.ui.views;bundle-version="3.6.0"
17 Bundle-ActivationPolicy: lazy
18 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
19 Export-Package: org.simantics.g3d.jme.common,
20 org.simantics.g3d.jme.shape,
21 org.simantics.g3d.jme.system,
22 org.simantics.g3d.jme.utils