]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.application/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.application / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.application/META-INF/MANIFEST.MF b/bundles/org.simantics.application/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..f0d800f
--- /dev/null
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Common Simantics Application Parts
+Bundle-SymbolicName: org.simantics.application
+Bundle-Version: 1.1.0.qualifier
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Export-Package: org.simantics.application.arguments,
+ org.simantics.application.db
+Require-Bundle: org.eclipse.core.runtime,
+ org.simantics.utils,
+ org.simantics.utils.datastructures;bundle-version="1.0.0",
+ org.simantics.db.management;bundle-version="0.6.2",
+ org.simantics.db;bundle-version="0.6.2",
+ org.simantics.db.services,
+ org.simantics.db.common;bundle-version="0.6.2"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.application.internal.Activator
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: org.simantics.db.procore