]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui.workspace.tracker/META-INF/MANIFEST.MF
Added org.simantics.ui.workspace.tracker for tracking workspace size
[simantics/platform.git] / bundles / org.simantics.ui.workspace.tracker / META-INF / MANIFEST.MF
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 (file)
index 0000000..50af6b7
--- /dev/null
@@ -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