X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d.csg%2FMETA-INF%2FMANIFEST.MF;h=1680ff0f50de3ca0b8ad3b33ed66588115175c3e;hb=ae772286e53c64e32f80d95914db9f69e5c92f47;hp=357e5b86dbe98184fc0b08e109fba14d4a049204;hpb=fc5d062114ad0f50740374b599ce547fd1a88ec3;p=simantics%2F3d.git diff --git a/org.simantics.g3d.csg/META-INF/MANIFEST.MF b/org.simantics.g3d.csg/META-INF/MANIFEST.MF index 357e5b86..1680ff0f 100644 --- a/org.simantics.g3d.csg/META-INF/MANIFEST.MF +++ b/org.simantics.g3d.csg/META-INF/MANIFEST.MF @@ -1,17 +1,29 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Csg Plug-in -Bundle-SymbolicName: org.simantics.proconf.g3d.csg -Bundle-Version: 1.0.0 -Bundle-Activator: org.simantics.proconf.g3d.csg.Activator +Bundle-Name: 3D Graphics CSG +Bundle-SymbolicName: org.simantics.g3d.csg;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.simantics.g3d.csg.Activator Bundle-Vendor: VTT -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.simantics.proconf.g3d, - org.simantics.db, - org.simantics.layer0.utils, - org.simantics.layer0.stubs, - org.simantics.utils.datastructures, - org.simantics.animation -ipse-LazyStart: true -Export-Package: org.simantics.proconf.g3d.csg.stubs +Require-Bundle: org.eclipse.core.runtime, + org.simantics.g3d;bundle-version="1.0.0", + org.simantics.g3d.ontology;bundle-version="1.0.0", + org.simantics.db.layer0;bundle-version="1.1.0", + javax.vecmath;bundle-version="1.5.2", + org.simantics.opencascade;bundle-version="1.0.0", + org.simantics.ui;bundle-version="1.0.0", + vtk;bundle-version="1.0.0", + org.eclipse.ui, + org.simantics.g3d.csg.ontology;bundle-version="1.0.0", + org.simantics.selectionview;bundle-version="1.0.0", + org.eclipse.ui.views;bundle-version="3.5.1", + org.jcae.opencascade;bundle-version="1.0.0", + org.simantics.g3d.vtk;bundle-version="1.0.0", + org.simantics.browsing.ui.common;bundle-version="1.1.0", + org.simantics.objmap2;bundle-version="1.0.0", + org.simantics.opencascade.vtk;bundle-version="1.0.0" +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-ActivationPolicy: lazy +Export-Package: org.simantics.g3d.csg.handler, + org.simantics.g3d.csg.model +Automatic-Module-Name: org.simantics.g3d.csg