Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.utility.tests')
-rw-r--r--jpa/tests/org.eclipse.jpt.utility.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/tests/org.eclipse.jpt.utility.tests/META-INF/MANIFEST.MF b/jpa/tests/org.eclipse.jpt.utility.tests/META-INF/MANIFEST.MF
index 72c07de403..7b45019d32 100644
--- a/jpa/tests/org.eclipse.jpt.utility.tests/META-INF/MANIFEST.MF
+++ b/jpa/tests/org.eclipse.jpt.utility.tests/META-INF/MANIFEST.MF
@@ -5,9 +5,9 @@ Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.utility.tests
Bundle-Version: 1.5.0.qualifier
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)",
- org.junit;bundle-version="[3.0.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)",
+ org.junit;bundle-version="3.8.0"
Export-Package: org.eclipse.jpt.utility.tests.internal;x-internal:=true,
org.eclipse.jpt.utility.tests.internal.enumerations;x-internal:=true,
org.eclipse.jpt.utility.tests.internal.iterables;x-internal:=true,

Back to the top