Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoir2009-11-10 16:29:07 +0000
committerkmoir2009-11-10 16:29:07 +0000
commite0f2243c698407df14a2fb577453c2c6d3598114 (patch)
tree9573d9f9afe0f5ac4c0652040a870b55439f115e
parent9f1503323bcd68ddcef63b91e9770e5cd1b25430 (diff)
downloadeclipse.platform.text-JUnit4_incubator_bug153429.tar.gz
eclipse.platform.text-JUnit4_incubator_bug153429.tar.xz
eclipse.platform.text-JUnit4_incubator_bug153429.zip
-rw-r--r--org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.text.tests/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
index e991af5cf45..f949f357130 100644
--- a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
@@ -15,5 +15,5 @@ Require-Bundle:
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)",
org.eclipse.text;bundle-version="[3.5.0,4.0.0)",
- org.junit
+ org.junit;bundle-version="3.8.2"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/org.eclipse.text.tests/META-INF/MANIFEST.MF b/org.eclipse.text.tests/META-INF/MANIFEST.MF
index 226c651023b..6b43eb8b76a 100644
--- a/org.eclipse.text.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.text.tests/META-INF/MANIFEST.MF
@@ -14,5 +14,5 @@ Require-Bundle:
org.eclipse.core.commands;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.text;bundle-version="[3.5.0,4.0.0)",
- org.junit
+ org.junit;bundle-version="3.8.2"
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top