Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-27 13:00:41 +0000
committerSteffen Pingel2011-08-27 13:00:41 +0000
commit7aff5a5a66492008cd96f58f1b3f908293756972 (patch)
treeb7bb44ffa941c31e7e163d5e9ccab6f819a7ad91 /org.eclipse.mylyn.tasks.ui/META-INF
parentde9fa8d42350aed0067654fef2e4e5ead2fff536 (diff)
downloadorg.eclipse.mylyn.tasks-7aff5a5a66492008cd96f58f1b3f908293756972.tar.gz
org.eclipse.mylyn.tasks-7aff5a5a66492008cd96f58f1b3f908293756972.tar.xz
org.eclipse.mylyn.tasks-7aff5a5a66492008cd96f58f1b3f908293756972.zip
NEW - bug 355963: update poms to accommodate for Tycho changes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=355963
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index 890526108..664480091 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.commons.repositories;bundle-version="0.1.0",
- org.eclipse.mylyn.discovery.ui;bundle-version="3.6.0";resolution:=optional
+ org.eclipse.mylyn.discovery.ui;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.ui.wizards;x-internal:=true,

Back to the top