Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2009-11-25 16:29:19 +0000
committerMarkus Keller2009-11-25 16:29:19 +0000
commit6360b5127fbc286619240712234be3abf15d809a (patch)
tree229c0d6ec5370f24e0568a8242a1572785c2a416 /org.eclipse.core.filebuffers.tests/META-INF
parent73c67fc897db22c72e818f88ad55133bfdd8ae1e (diff)
downloadeclipse.platform.text-6360b5127fbc286619240712234be3abf15d809a.tar.gz
eclipse.platform.text-6360b5127fbc286619240712234be3abf15d809a.tar.xz
eclipse.platform.text-6360b5127fbc286619240712234be3abf15d809a.zip
remove upper bound of org.junit dependency for
bug 153429: JUnit4 in Eclipse Testing Framework
Diffstat (limited to 'org.eclipse.core.filebuffers.tests/META-INF')
-rw-r--r--org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
index 63a128b4d49..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;bundle-version="[3.8.2,3.9)"
+ org.junit;bundle-version="3.8.2"
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top