Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-02-21 00:41:08 +0000
committermkersten2008-02-21 00:41:08 +0000
commite1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86 (patch)
tree4c22ec232d65db409f1164c13f15e3a189a4a7ea /org.eclipse.mylyn.help.ui/META-INF
parent92047fa79eb0e762214cbaf52eb8f58807f4de30 (diff)
downloadorg.eclipse.mylyn.tasks-e1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86.tar.gz
org.eclipse.mylyn.tasks-e1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86.tar.xz
org.eclipse.mylyn.tasks-e1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86.zip
Version update
Diffstat (limited to 'org.eclipse.mylyn.help.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 09950ded9..9248d4fea 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -7,8 +7,8 @@ Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.forms,
- org.eclipse.mylyn.tasks.core,
- org.eclipse.mylyn.tasks.ui,
+ org.eclipse.mylyn.tasks.core;bundle-version="[2.3.0,3.0.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[2.3.0,3.0.0)",
org.eclipse.core.runtime
Export-Package: org.eclipse.mylyn.internal.help.ui.actions,
org.eclipse.mylyn.internal.help.ui.dialogs

Back to the top