Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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