Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2018-05-22 12:47:59 +0000
committerWim Jongman2018-05-22 16:04:31 +0000
commit7dfa43e9de078f3f2d95ef3986b720fd58a1dd56 (patch)
tree82a8ae6d6396ec3424a732873086ad626ff8f84f /org.eclipse.tips.ide/META-INF/MANIFEST.MF
parentc81f8a9f764d378df043daa823fd77920cf46765 (diff)
downloadeclipse.platform.ua-I20180523-2000.tar.gz
eclipse.platform.ua-I20180523-2000.tar.xz
eclipse.platform.ua-I20180523-2000.zip
* Set2 - Included memory leak updated tests * Position is now default for Dialog * Passed IDialogSettings to remember position and size * Added AbstractUIPlugin class to fetch dialog setttings Change-Id: I03933e6f7b90d6ed97c3393fdc15086a7886a51b Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
Diffstat (limited to 'org.eclipse.tips.ide/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.tips.ide/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.tips.ide/META-INF/MANIFEST.MF b/org.eclipse.tips.ide/META-INF/MANIFEST.MF
index d0887fdde..964c226aa 100644
--- a/org.eclipse.tips.ide/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.ide/META-INF/MANIFEST.MF
@@ -14,3 +14,5 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.108.0",
Export-Package: org.eclipse.tips.ide.internal;x-internal:=true
Automatic-Module-Name: org.eclipse.tips.ide
Bundle-Vendor: %Bundle-Vendor
+Bundle-Activator: org.eclipse.tips.ide.internal.Plugin
+Bundle-ActivationPolicy: lazy

Back to the top