Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-11 01:55:30 +0000
committerSteffen Pingel2011-12-11 01:55:30 +0000
commiteab9f4cb11e643ea6eaab443eb353c855f321900 (patch)
treea3aaccf6131f5c4f28fc3480098a260a65d6d8d0 /org.eclipse.mylyn.tests.util
parentfd1bb2f5eadf1964c6be0023e5611cfca6d47c72 (diff)
downloadorg.eclipse.mylyn.tasks-eab9f4cb11e643ea6eaab443eb353c855f321900.tar.gz
org.eclipse.mylyn.tasks-eab9f4cb11e643ea6eaab443eb353c855f321900.tar.xz
org.eclipse.mylyn.tasks-eab9f4cb11e643ea6eaab443eb353c855f321900.zip
NEW - bug 364632: remove invocations to StatusHandler.fail()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=364632
Diffstat (limited to 'org.eclipse.mylyn.tests.util')
-rw-r--r--org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
index fb2b6fcd8..107018740 100644
--- a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
@@ -11,8 +11,8 @@ Require-Bundle: org.junit,
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.net,
org.eclipse.mylyn.commons.sdk.util,
- org.eclipse.mylyn.tasks.core,
- org.eclipse.mylyn.tasks.ui
+ org.eclipse.mylyn.tasks.core;bundle-version="3.7.0",
+ org.eclipse.mylyn.tasks.ui;bundle-version="3.7.0"
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.tests.util;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top