X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d%2FMETA-INF%2FMANIFEST.MF;h=ea29d7808a8b7a9d088c9f89faa56fa6ab65f285;hb=ae772286e53c64e32f80d95914db9f69e5c92f47;hp=08657a9c7aace2690723ec9d8761f139e37cad57;hpb=10f144a2bb2d7bec98b812b83acecb333fd098ea;p=simantics%2F3d.git diff --git a/org.simantics.g3d/META-INF/MANIFEST.MF b/org.simantics.g3d/META-INF/MANIFEST.MF index 08657a9c..ea29d780 100644 --- a/org.simantics.g3d/META-INF/MANIFEST.MF +++ b/org.simantics.g3d/META-INF/MANIFEST.MF @@ -1,42 +1,42 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: G3D Plug-in -Bundle-SymbolicName: org.simantics.proconf.g3d;singleton:=true -Bundle-Version: 1.0.0 -Bundle-Activator: org.simantics.proconf.g3d.Activator +Bundle-Name: 3D Graphics Core +Bundle-SymbolicName: org.simantics.g3d;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.simantics.g3d.Activator Bundle-Vendor: VTT -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - javax.vecmath, - com.jme.eclipse, - org.simantics.proconf.image, - org.eclipse.ui.views, - org.simantics.db, - org.simantics.layer0.stubs, - org.simantics.layer0.utils, - org.simantics.image.stubs, - org.simantics.utils, - org.simantics.utils.datastructures, - org.simantics.utils.ui, - org.simantics.proconf.ui, - org.simantics.equation, - org.simantics.proconf.browsing, - org.eclipse.ui.forms, - org.eclipse.core.expressions, - org.simantics.animation -Eclipse-LazyStart: true -Export-Package: org.simantics.proconf.g3d.actions, - org.simantics.proconf.g3d.animation, - org.simantics.proconf.g3d.animation.ui, - org.simantics.proconf.g3d.base, - org.simantics.proconf.g3d.common, - org.simantics.proconf.g3d.dialogs, - org.simantics.proconf.g3d.dnd, - org.simantics.proconf.g3d.gizmo, - org.simantics.proconf.g3d.input, - org.simantics.proconf.g3d.preferences, - org.simantics.proconf.g3d.scenegraph, - org.simantics.proconf.g3d.shapes, - org.simantics.proconf.g3d.stubs, - org.simantics.proconf.g3d.tools, - org.simantics.proconf.g3d.views +Require-Bundle: org.eclipse.core.runtime, + javax.vecmath;bundle-version="1.5.2", + org.simantics.g3d.ontology;bundle-version="1.0.0", + org.simantics.db.layer0;bundle-version="1.1.0", + org.eclipse.jface;bundle-version="3.6.2", + org.eclipse.ui;bundle-version="3.6.2", + org.eclipse.ui.views;bundle-version="3.5.1", + org.simantics.browsing.ui.swt;bundle-version="1.1.0", + org.simantics.db.management;bundle-version="1.1.0", + org.simantics.selectionview;bundle-version="1.0.0", + gnu.trove3;bundle-version="3.0.0", + org.simantics.objmap2;bundle-version="1.0.0", + org.eclipse.nebula.widgets.tablecombo;bundle-version="1.0.0", + org.simantics.ui;bundle-version="1.0.0", + org.simantics.scl.osgi;bundle-version="1.0.4" +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-ActivationPolicy: lazy +Export-Package: org.simantics.g3d, + org.simantics.g3d.adapters, + org.simantics.g3d.event, + org.simantics.g3d.gizmo, + org.simantics.g3d.math, + org.simantics.g3d.preferences, + org.simantics.g3d.property, + org.simantics.g3d.property.annotations, + org.simantics.g3d.scenegraph, + org.simantics.g3d.scenegraph.base, + org.simantics.g3d.scenegraph.structural, + org.simantics.g3d.scl, + org.simantics.g3d.shape, + org.simantics.g3d.toolbar, + org.simantics.g3d.tools, + org.simantics.g3d.ui, + org.simantics.g3d.wizard +Automatic-Module-Name: org.simantics.g3d