Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-26 13:35:51 +0000
committermkersten2007-06-26 13:35:51 +0000
commitf51e0b4f12a6a49f1f334b2f3478021ed534c124 (patch)
tree093e8259e289aa6daec41ae6372cb7698085d67d
parentf56be02d230b50a3ca1eb67394b2d7038da7213f (diff)
downloadorg.eclipse.mylyn.tasks-f51e0b4f12a6a49f1f334b2f3478021ed534c124.tar.gz
org.eclipse.mylyn.tasks-f51e0b4f12a6a49f1f334b2f3478021ed534c124.tar.xz
org.eclipse.mylyn.tasks-f51e0b4f12a6a49f1f334b2f3478021ed534c124.zip
NEW - bug 187154: manage Mylyn participation in EPP
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187154
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index dd8a1d1a7..f216288d3 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -9,11 +9,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.forms,
org.eclipse.mylyn.tasks.core,
org.eclipse.mylyn.tasks.ui,
- org.eclipse.mylyn,
- org.eclipse.core.runtime,
- org.eclipse.ui.cheatsheets,
- org.eclipse.ui.intro,
- org.eclipse.help.webapp
+ org.eclipse.core.runtime
Export-Package: org.eclipse.mylyn.internal.help.ui.actions,
org.eclipse.mylyn.internal.help.ui.dialogs
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top