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=933d272fa8907631518bcc33ec312fd0195a58ec;hpb=e4bb363787bb31f087a71b646eb8f05646c1455e;p=simantics%2F3d.git diff --git a/org.simantics.g3d/META-INF/MANIFEST.MF b/org.simantics.g3d/META-INF/MANIFEST.MF index 933d272f..ea29d780 100644 --- a/org.simantics.g3d/META-INF/MANIFEST.MF +++ b/org.simantics.g3d/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: G3D +Bundle-Name: 3D Graphics Core Bundle-SymbolicName: org.simantics.g3d;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.simantics.g3d.Activator @@ -20,9 +20,11 @@ Require-Bundle: org.eclipse.core.runtime, 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.6 +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, @@ -33,6 +35,8 @@ Export-Package: org.simantics.g3d, 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