]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.services/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db.services / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.db.services/META-INF/MANIFEST.MF b/bundles/org.simantics.db.services/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..b2df0b7
--- /dev/null
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Standard Simantics Database Services
+Bundle-SymbolicName: org.simantics.db.services;singleton:=true
+Bundle-Version: 1.1.0.qualifier
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Require-Bundle: org.eclipse.core.runtime,
+ gnu.trove3,
+ org.simantics.layer0.utils;bundle-version="1.1.0",
+ org.simantics.layer0x.ontology;bundle-version="1.0.0"
+Export-Package: org.simantics.db.services,
+ org.simantics.db.services.activation,
+ org.simantics.db.services.adaption
+Bundle-ClassPath: .
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.db.services.internal.Activator
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8