]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.db/META-INF/MANIFEST.MF b/bundles/org.simantics.db/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..253cba4
--- /dev/null
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Simantics Database Interface
+Bundle-SymbolicName: org.simantics.db;singleton:=true
+Bundle-Version: 1.1.0.qualifier
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Export-Package: org.simantics.db,
+ org.simantics.db.adaption,
+ org.simantics.db.authentication,
+ org.simantics.db.debug,
+ org.simantics.db.event,
+ org.simantics.db.exception,
+ org.simantics.db.function,
+ org.simantics.db.procedure,
+ org.simantics.db.request,
+ org.simantics.db.service
+Require-Bundle: org.simantics.utils.datastructures;bundle-version="1.0.0";visibility:=reexport,
+ org.simantics.utils;bundle-version="1.0.0";visibility:=reexport,
+ org.simantics.databoard;bundle-version="0.6.0";visibility:=reexport,
+ org.simantics.scl.compiler;bundle-version="0.1.0",
+ org.simantics.scl.runtime;bundle-version="0.1.4",
+ org.eclipse.osgi,
+ org.eclipse.core.runtime
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Activator: org.simantics.db.internal.Activator
+Bundle-ActivationPolicy: lazy