Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-24 16:04:53 +0000
committerDarin Wright2009-09-24 16:04:53 +0000
commit49be16da134c1238147da013cd1e02a822071b17 (patch)
treeaa4a4f88ed26b4e10100c00247c8dd3577f71bbc /org.eclipse.debug.tests/META-INF/MANIFEST.MF
parentdfad73f2a92efd9d899ccbc12395c3c60e45779d (diff)
downloadeclipse.platform.debug-49be16da134c1238147da013cd1e02a822071b17.tar.gz
eclipse.platform.debug-49be16da134c1238147da013cd1e02a822071b17.tar.xz
eclipse.platform.debug-49be16da134c1238147da013cd1e02a822071b17.zip
Bug 290381 - Compile warnings in org.eclipse.debug.tests
Diffstat (limited to 'org.eclipse.debug.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.tests/META-INF/MANIFEST.MF b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
index 6a8765f01..45307b8b2 100644
--- a/org.eclipse.debug.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.tests/META-INF/MANIFEST.MF
@@ -9,5 +9,5 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.debug.ui;bundle-version="3.6.0",
org.junit;bundle-version="3.8.2"
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %providerName

Back to the top