Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEd Willink2014-05-13 14:46:22 +0000
committerEd Willink2014-05-13 14:48:46 +0000
commit0c8326c7d2a95de19dcc73b1fc39aa26dc167545 (patch)
treeb0dbe7ec990b611cee6c143e5a1296043cd64d85 /tests
parent644a96ce976cffbe5044808b09b214c5c5dc1cc8 (diff)
downloadorg.eclipse.qvtd-0c8326c7d2a95de19dcc73b1fc39aa26dc167545.tar.gz
org.eclipse.qvtd-0c8326c7d2a95de19dcc73b1fc39aa26dc167545.tar.xz
org.eclipse.qvtd-0c8326c7d2a95de19dcc73b1fc39aa26dc167545.zip
[434307] Use explicit optional jdt.annotation [1.1.0,2.0.0)
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.qvtd.xtext.qvtbase.tests/build.properties1
-rw-r--r--tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF1
-rw-r--r--tests/org.eclipse.qvtd.xtext.qvtrelation.tests/build.properties1
3 files changed, 1 insertions, 2 deletions
diff --git a/tests/org.eclipse.qvtd.xtext.qvtbase.tests/build.properties b/tests/org.eclipse.qvtd.xtext.qvtbase.tests/build.properties
index 62758a641..b67aba1a4 100644
--- a/tests/org.eclipse.qvtd.xtext.qvtbase.tests/build.properties
+++ b/tests/org.eclipse.qvtd.xtext.qvtbase.tests/build.properties
@@ -4,4 +4,3 @@ bin.includes = META-INF/,\
.,\
plugin.properties,\
about.html
-additional.bundles = org.eclipse.jdt.annotation \ No newline at end of file
diff --git a/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
index 0f0b528ed..5ccc879aa 100644
--- a/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
@@ -10,6 +10,7 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.junit,
org.eclipse.core.runtime,
+ org.eclipse.jdt.annotation;bundle-version="[1.1.0,2.0.0)",
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.eclipse.qvtd.codegen,
diff --git a/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/build.properties b/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/build.properties
index 62758a641..b67aba1a4 100644
--- a/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/build.properties
+++ b/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/build.properties
@@ -4,4 +4,3 @@ bin.includes = META-INF/,\
.,\
plugin.properties,\
about.html
-additional.bundles = org.eclipse.jdt.annotation \ No newline at end of file

Back to the top