X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.event%2FMETA-INF%2FMANIFEST.MF;fp=bundles%2Forg.simantics.event%2FMETA-INF%2FMANIFEST.MF;h=24b48413a382c24ad0009ee7bfd526d581a4a356;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.event/META-INF/MANIFEST.MF b/bundles/org.simantics.event/META-INF/MANIFEST.MF new file mode 100644 index 000000000..24b48413a --- /dev/null +++ b/bundles/org.simantics.event/META-INF/MANIFEST.MF @@ -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