Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-05-10 00:28:42 +0000
committerSam Davis2016-05-10 00:28:42 +0000
commitb77da49617c12b2d1a066b9f5571cba09f499785 (patch)
tree374d2262af6ba1a86467a63461b8e503c194b304 /org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
parenta45de9352532e8568317c8be1649e9f882ed96ba (diff)
downloadorg.eclipse.mylyn.tasks-b77da49617c12b2d1a066b9f5571cba09f499785.tar.gz
org.eclipse.mylyn.tasks-b77da49617c12b2d1a066b9f5571cba09f499785.tar.xz
org.eclipse.mylyn.tasks-b77da49617c12b2d1a066b9f5571cba09f499785.zip
493281: tasks tests fail to detect open parts
Change-Id: I19c37dcbf55ea7f261acf32cfd9ac808c61e0b5d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493281
Diffstat (limited to 'org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
index 621f21756..42387fc52 100644
--- a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
@@ -13,7 +13,8 @@ Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.mylyn.commons.repositories.core,
org.eclipse.mylyn.commons.sdk.util,
org.eclipse.mylyn.tasks.core;bundle-version="3.8.0",
- org.eclipse.mylyn.tasks.ui;bundle-version="3.8.0"
+ org.eclipse.mylyn.tasks.ui;bundle-version="3.8.0",
+ org.eclipse.equinox.event;bundle-version="1.3.100"
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.tests.util;x-internal:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top