]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.common/META-INF/MANIFEST.MF
Merge commit '5da68e7'
[simantics/platform.git] / bundles / org.simantics.db.common / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: DB Client Common Implementation
4 Bundle-SymbolicName: org.simantics.db.common
5 Bundle-Version: 1.1.0.qualifier
6 Bundle-Vendor: VTT Technical Research Centre of Finland
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Require-Bundle: org.simantics.db;bundle-version="1.1.0";visibility:=reexport,
9  gnu.trove3;bundle-version="3.0.3",
10  org.apache.log4j;bundle-version="1.2.15",
11  org.simantics.layer0;bundle-version="1.0.0";visibility:=reexport,
12  org.simantics.graph;bundle-version="1.1.4",
13  org.simantics.scl.reflection;bundle-version="1.0.0";visibility:=reexport,
14  org.simantics.scl.runtime;bundle-version="0.1.4",
15  org.simantics.user.ontology;bundle-version="1.0.0",
16  org.simantics.layer0x.ontology;bundle-version="1.0.0",
17  org.simantics.issues.ontology;bundle-version="1.2.0",
18  org.slf4j.api
19 Export-Package: org.simantics.db.common,
20  org.simantics.db.common.adaption,
21  org.simantics.db.common.auth,
22  org.simantics.db.common.changeset,
23  org.simantics.db.common.clustering,
24  org.simantics.db.common.exception,
25  org.simantics.db.common.internal.config;x-friends:="org.simantics.db.procore",
26  org.simantics.db.common.issue,
27  org.simantics.db.common.primitiverequest,
28  org.simantics.db.common.procedure.adapter,
29  org.simantics.db.common.procedure.guarded,
30  org.simantics.db.common.procedure.single,
31  org.simantics.db.common.procedure.single.wrapper,
32  org.simantics.db.common.procedure.wrapper,
33  org.simantics.db.common.processor,
34  org.simantics.db.common.provider,
35  org.simantics.db.common.request,
36  org.simantics.db.common.service,
37  org.simantics.db.common.session,
38  org.simantics.db.common.transientgraph,
39  org.simantics.db.common.uri,
40  org.simantics.db.common.utils,
41  org.simantics.db.common.utils.traverser,
42  org.simantics.db.common.validation
43 Bundle-Activator: org.simantics.db.common.internal.Activator
44 Bundle-ActivationPolicy: lazy
45 Import-Package: org.osgi.framework;version="1.6.0"