]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db.common / META-INF / MANIFEST.MF
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 (file)
index 0000000..89395e6
--- /dev/null
@@ -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"