Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2019-08-15 01:47:41 +0000
committerNitin Dahyabhai2019-08-15 01:47:41 +0000
commit263d9c8811da101874a46fac7f1054ab95834b2f (patch)
tree1a4f94f7d59ccef9909e4ae7c481bd70ce782968
parent762a937bd3d58ca4375e578721d1ba16d5fca3c4 (diff)
downloadwebtools.jsdt-263d9c8811da101874a46fac7f1054ab95834b2f.tar.gz
webtools.jsdt-263d9c8811da101874a46fac7f1054ab95834b2f.tar.xz
webtools.jsdt-263d9c8811da101874a46fac7f1054ab95834b2f.zip
[550085] amend dependencies for test plug-in
-rw-r--r--tests/org.eclipse.wst.jsdt.ui.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.jsdt.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.jsdt.ui.tests/META-INF/MANIFEST.MF
index 4f6af83e0..d2de74fee 100644
--- a/tests/org.eclipse.wst.jsdt.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.jsdt.ui.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jface.text,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.ide,
- org.junit;bundle-version=4.12
+ org.junit;bundle-version="4.12",
+ org.eclipse.ui.genericeditor;bundle-version="1.1.400";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.wst.jsdt.ui.tests.internal.Activator

Back to the top