]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.event/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.event / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.event/META-INF/MANIFEST.MF b/bundles/org.simantics.event/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..24b4841
--- /dev/null
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Event System
+Bundle-SymbolicName: org.simantics.event;singleton:=true
+Bundle-Version: 0.0.1.qualifier
+Bundle-Activator: org.simantics.event.Activator
+Bundle-Vendor: Semantum Oy
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.simantics.ui;bundle-version="1.0.0",
+ org.simantics.event.ontology;bundle-version="0.0.1",
+ org.simantics.browsing.ui.platform;bundle-version="1.1.0",
+ org.simantics.browsing.ui.model;bundle-version="1.0.0",
+ org.simantics.views.swt;bundle-version="1.0.0",
+ org.simantics.selectionview;bundle-version="1.0.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Export-Package: org.simantics.event,
+ org.simantics.event.util,
+ org.simantics.event.view,
+ org.simantics.event.view.handler,
+ org.simantics.event.writer