Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
index 42109e411..bbc61c702 100644
--- a/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.ui/META-INF/MANIFEST.MF
@@ -7,11 +7,11 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
- org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
- org.eclipse.mylyn.commons.ui;bundle-version="3.7.0",
- org.eclipse.mylyn.commons.workbench;bundle-version="3.7.0",
- org.eclipse.mylyn.tasks.core;bundle-version="3.7.0",
- org.eclipse.mylyn.tasks.ui;bundle-version="3.7.0",
+ org.eclipse.mylyn.commons.core;bundle-version="3.8.0",
+ org.eclipse.mylyn.commons.ui;bundle-version="3.8.0",
+ org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0",
+ org.eclipse.mylyn.tasks.core;bundle-version="3.8.0",
+ org.eclipse.mylyn.tasks.ui;bundle-version="3.8.0",
org.eclipse.mylyn.tasks.index.core
Export-Package: org.eclipse.mylyn.internal.tasks.index.ui;x-internal:=true,
org.eclipse.mylyn.internal.tasks.index.ui.commands;x-internal:=true

Back to the top