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
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')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF2
3 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
index d2b9fa466..3a0c6d832 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 1.1.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.frameworkadmin,
org.eclipse.equinox.frameworkadmin.equinox;bundle-version="1.0.100",
- org.junit;bundle-version="[3.8.0,4.0.0)"
+ org.junit;bundle-version="3.8.0"
Bundle-Activator: org.eclipse.equinox.frameworkadmin.tests.Activator
Import-Package: org.osgi.framework;version="1.4.0"
Bundle-ActivationPolicy: lazy
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,
diff --git a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
index cd21df386..2f81e243f 100644
--- a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
@@ -71,7 +71,7 @@ Require-Bundle: org.eclipse.equinox.p2.metadata.generator,
org.eclipse.equinox.p2.publisher;bundle-version="1.0.0",
org.easymock;bundle-version="2.4.0",
org.eclipse.equinox.frameworkadmin.test;bundle-version="1.0.0",
- org.junit;bundle-version="[3.8.0,4.0.0)",
+ org.junit;bundle-version="3.8.0",
org.sat4j.core;bundle-version="2.0.0",
org.sat4j.pb;bundle-version="2.0.0",
org.eclipse.equinox.p2.installer;bundle-version="[1.0.0,2.0.0)",

Back to the top