]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.jme/META-INF/MANIFEST.MF
Alpha-version of jME-bindings for g3d.
[simantics/3d.git] / org.simantics.g3d.jme / META-INF / MANIFEST.MF
diff --git a/org.simantics.g3d.jme/META-INF/MANIFEST.MF b/org.simantics.g3d.jme/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..59de283
--- /dev/null
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Jme
+Bundle-SymbolicName: org.simantics.g3d.jme;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.simantics.g3d.jme.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.simantics.g3d;bundle-version="1.0.0",
+ org.simantics.g3d.ontology;bundle-version="1.0.0",
+ com.jme;bundle-version="1.0.0",
+ javax.vecmath;bundle-version="1.5.2",
+ org.simantics.db;bundle-version="1.1.0",
+ org.simantics.db.common;bundle-version="1.1.0",
+ org.simantics.objmap2;bundle-version="1.0.0",
+ org.eclipse.ui.views;bundle-version="3.6.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Export-Package: org.simantics.g3d.jme.common,
+ org.simantics.g3d.jme.shape,
+ org.simantics.g3d.jme.system,
+ org.simantics.g3d.jme.utils