]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/META-INF/MANIFEST.MF
Remove dependencies on log4j
[simantics/3d.git] / org.simantics.plant3d / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Plant3d
4 Bundle-SymbolicName: org.simantics.plant3d;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.plant3d.Activator
7 Bundle-Vendor: VTT
8 Require-Bundle: org.eclipse.core.runtime,
9  org.eclipse.ui,
10  org.simantics.db;bundle-version="1.1.0",
11  org.simantics.db.common;bundle-version="1.1.0",
12  org.simantics.db.layer0;bundle-version="1.1.0",
13  org.simantics.project;bundle-version="1.0.1",
14  org.simantics.plant3d.ontology;bundle-version="1.0.0",
15  org.simantics.g3d;bundle-version="1.0.0",
16  org.simantics.g3d.ontology;bundle-version="1.0.0",
17  org.simantics.g3d.csg.ontology;bundle-version="1.0.0",
18  org.simantics.selectionview;bundle-version="1.0.0",
19  org.simantics.selectionview.ontology;bundle-version="1.0.0",
20  org.simantics.browsing.ui.swt;bundle-version="1.1.0",
21  vtk;bundle-version="5.8.0",
22  vtk.rendering;bundle-version="8.2.0",
23  org.simantics.g3d.vtk;bundle-version="1.0.0",
24  javax.vecmath;bundle-version="1.5.2",
25  org.eclipse.ui.views;bundle-version="3.5.1",
26  org.simantics.opencascade;bundle-version="1.0.0",
27  org.jcae.opencascade;bundle-version="6.5.2",
28  org.eclipse.ui.console;bundle-version="3.5.100",
29  org.simantics.objmap2;bundle-version="1.0.0",
30  org.simantics.ui;bundle-version="1.0.0",
31  org.simantics.opencascade.vtk;bundle-version="1.0.0",
32  org.simantics.browsing.ui.platform;bundle-version="1.1.0",
33  org.simantics.structural.ui;bundle-version="1.1.1",
34  org.simantics.g3d.csg;bundle-version="1.0.0",
35  org.simantics.utils.thread.swt;bundle-version="1.1.0",
36  org.slf4j.api
37 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
38 Bundle-ActivationPolicy: lazy
39 Export-Package: org.simantics.plant3d.actions,
40  org.simantics.plant3d.browser,
41  org.simantics.plant3d.dialog,
42  org.simantics.plant3d.editor,
43  org.simantics.plant3d.geometry,
44  org.simantics.plant3d.gizmo,
45  org.simantics.plant3d.handlers,
46  org.simantics.plant3d.project,
47  org.simantics.plant3d.property,
48  org.simantics.plant3d.scenegraph,
49  org.simantics.plant3d.scenegraph.controlpoint,
50  org.simantics.plant3d.scl,
51  org.simantics.plant3d.utils
52 Automatic-Module-Name: org.simantics.plant3d