X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.common%2FMETA-INF%2FMANIFEST.MF;fp=bundles%2Forg.simantics.db.common%2FMETA-INF%2FMANIFEST.MF;h=89395e6ea39ae01daee675327a9b772f98317302;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.common/META-INF/MANIFEST.MF b/bundles/org.simantics.db.common/META-INF/MANIFEST.MF new file mode 100644 index 000000000..89395e6ea --- /dev/null +++ b/bundles/org.simantics.db.common/META-INF/MANIFEST.MF @@ -0,0 +1,44 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: DB Client Common Implementation +Bundle-SymbolicName: org.simantics.db.common +Bundle-Version: 1.1.0.qualifier +Bundle-Vendor: VTT Technical Research Centre of Finland +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Require-Bundle: org.simantics.db;bundle-version="1.1.0";visibility:=reexport, + gnu.trove3;bundle-version="3.0.3", + org.apache.log4j;bundle-version="1.2.15", + org.simantics.layer0;bundle-version="1.0.0";visibility:=reexport, + org.simantics.graph;bundle-version="1.1.4", + org.simantics.scl.reflection;bundle-version="1.0.0";visibility:=reexport, + org.simantics.scl.runtime;bundle-version="0.1.4", + org.simantics.user.ontology;bundle-version="1.0.0", + org.simantics.layer0x.ontology;bundle-version="1.0.0", + org.simantics.issues.ontology;bundle-version="1.2.0" +Export-Package: org.simantics.db.common, + org.simantics.db.common.adaption, + org.simantics.db.common.auth, + org.simantics.db.common.changeset, + org.simantics.db.common.clustering, + org.simantics.db.common.exception, + org.simantics.db.common.internal.config;x-friends:="org.simantics.db.procore", + org.simantics.db.common.issue, + org.simantics.db.common.primitiverequest, + org.simantics.db.common.procedure.adapter, + org.simantics.db.common.procedure.guarded, + org.simantics.db.common.procedure.single, + org.simantics.db.common.procedure.single.wrapper, + org.simantics.db.common.procedure.wrapper, + org.simantics.db.common.processor, + org.simantics.db.common.provider, + org.simantics.db.common.request, + org.simantics.db.common.service, + org.simantics.db.common.session, + org.simantics.db.common.transientgraph, + org.simantics.db.common.uri, + org.simantics.db.common.utils, + org.simantics.db.common.utils.traverser, + org.simantics.db.common.validation +Bundle-Activator: org.simantics.db.common.internal.Activator +Bundle-ActivationPolicy: lazy +Import-Package: org.osgi.framework;version="1.6.0"