X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui.workspace.tracker%2FMETA-INF%2FMANIFEST.MF;fp=bundles%2Forg.simantics.ui.workspace.tracker%2FMETA-INF%2FMANIFEST.MF;h=50af6b722201b4247ca460dfb7ddf84d80053a39;hb=ad41b9af52c52b5ea1e9d8c6753f4e341ed40d67;hp=0000000000000000000000000000000000000000;hpb=26313671f3eb6e4d7f41b7a3a2505ca47d26273c;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui.workspace.tracker/META-INF/MANIFEST.MF b/bundles/org.simantics.ui.workspace.tracker/META-INF/MANIFEST.MF new file mode 100644 index 000000000..50af6b722 --- /dev/null +++ b/bundles/org.simantics.ui.workspace.tracker/META-INF/MANIFEST.MF @@ -0,0 +1,25 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Workspace Size Monitoring +Bundle-SymbolicName: org.simantics.ui.workspace.tracker;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.simantics.ui.workspace.tracker.internal.Activator +Bundle-Vendor: Semantum Oy +Require-Bundle: javax.inject, + org.eclipse.osgi, + org.eclipse.jface, + org.eclipse.e4.ui.services, + org.eclipse.e4.core.di.annotations, + org.eclipse.core.runtime, + org.eclipse.e4.core.di, + org.simantics.filesystem.services, + org.slf4j.api, + org.eclipse.e4.ui.model.workbench, + org.eclipse.ui.workbench, + org.eclipse.ui, + org.eclipse.e4.core.contexts +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Import-Package: javax.annotation;version="1.2.0", + javax.inject;version="1.0.0", + org.eclipse.e4.ui.workbench.modeling +Bundle-ActivationPolicy: lazy