Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2014-08-19 10:38:37 +0000
committerMickael Istria2014-08-19 17:07:10 +0000
commit90b810df265e79befa5cf6aa97ec5bb891d50b26 (patch)
tree5daf8c04ad24d17dd266922082e1f740ecf28f07 /org.eclipse.jdt.apt.pluggable.tests
parent0f759b07c6429afc1f52aea8d8fb2a9dd22f7a92 (diff)
downloadeclipse.jdt.core-90b810df265e79befa5cf6aa97ec5bb891d50b26.tar.gz
eclipse.jdt.core-90b810df265e79befa5cf6aa97ec5bb891d50b26.tar.xz
eclipse.jdt.core-90b810df265e79befa5cf6aa97ec5bb891d50b26.zip
Bug 441983 - Fix test dependency to both versions of o.e.jdt.annotationI20140819-2200I20140819-1800
This fixes tests with tycho-surefire-plugin Change-Id: If5befdd7d0ecbd231cdaebe1378f76860501e7da Also-by: Stephan Herrmann <stephan.herrmann@berlin.de> Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.tests')
-rw-r--r--org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
index b66127cdbe..480163ce34 100644
--- a/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,9 @@ Require-Bundle: org.junit,
org.eclipse.jdt.core.tests.compiler,
org.eclipse.test.performance,
org.eclipse.jdt.core,
- org.eclipse.ui.ide
+ org.eclipse.ui.ide,
+ org.eclipse.jdt.annotation;bundle-version="[1.1.0,2.0.0)";resolution:=optional,
+ org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top