]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.export.core/META-INF/MANIFEST.MF
Merge commit 'e87f096'
[simantics/platform.git] / bundles / org.simantics.export.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Export/Import Framework
4 Bundle-SymbolicName: org.simantics.export.core;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: Semantum Oy
7 Require-Bundle: org.eclipse.core.runtime,
8  org.simantics.databoard;bundle-version="0.6.5",
9  org.eclipse.jface;bundle-version="3.7.0",
10  org.simantics.db;bundle-version="1.1.0",
11  org.simantics.db.management;bundle-version="1.1.0",
12  org.simantics.db.common;bundle-version="1.1.0",
13  org.simantics.project;bundle-version="1.0.1",
14  org.simantics.db.layer0;bundle-version="1.1.0",
15  org.simantics.utils.ui;bundle-version="1.1.0",
16  org.simantics.graph.db;bundle-version="1.1.9",
17  org.simantics;bundle-version="1.0.0",
18  com.lowagie.text;bundle-version="2.1.7";resolution:=optional,
19  org.slf4j.api
20 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
21 Export-Package: org.simantics.export.core,
22  org.simantics.export.core.error,
23  org.simantics.export.core.impl,
24  org.simantics.export.core.intf,
25  org.simantics.export.core.manager,
26  org.simantics.export.core.pdf,
27  org.simantics.export.core.util
28 Bundle-ActivationPolicy: lazy
29 Bundle-Activator: org.simantics.export.core.internal.Activator