Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-11-25 21:45:24 +0000
committerJohn Arthorne2009-11-25 21:45:24 +0000
commit10c5700397f45088dcfa7415ce4947301a0e5912 (patch)
treee7223fa53cd72c412e8510b35edca0db14a8a39e /bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
parent12757e8dbd8e03294cf41d2212a566de33eb696c (diff)
downloadrt.equinox.p2-10c5700397f45088dcfa7415ce4947301a0e5912.tar.gz
rt.equinox.p2-10c5700397f45088dcfa7415ce4947301a0e5912.tar.xz
rt.equinox.p2-10c5700397f45088dcfa7415ce4947301a0e5912.zip
Bug 153429 - JUnit4 in Eclipse Testing Framework
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
index 9a99f958c..586bf1e58 100644
--- a/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.100",
org.eclipse.equinox.p2.engine;bundle-version="1.0.100",
org.eclipse.equinox.p2.director;bundle-version="1.0.100",
org.eclipse.equinox.p2.artifact.repository;bundle-version="1.0.100",
- org.junit;bundle-version="[3.8.0,4.0.0)",
+ org.junit;bundle-version="3.8.0",
org.eclipse.equinox.p2.repository;bundle-version="1.0.0",
org.eclipse.equinox.p2.tests;bundle-version="1.2.0"
Import-Package: org.eclipse.equinox.p2.common,

Back to the top