]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.message/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.message / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.message/META-INF/MANIFEST.MF b/bundles/org.simantics.message/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..5789861
--- /dev/null
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Message Logging
+Bundle-SymbolicName: org.simantics.message;singleton:=true
+Bundle-Version: 1.1.0.qualifier
+Bundle-Activator: org.simantics.message.internal.Activator
+Bundle-Vendor: Semantum Oy
+Require-Bundle: org.eclipse.core.runtime,
+ org.simantics.db;bundle-version="[1.0.0,2.0.0)"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Export-Package: org.simantics.message,
+ org.simantics.message.internal;x-friends:="org.simantics.message.ui",
+ org.simantics.message.util