Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2015-02-26 09:18:54 +0000
committerJayaprakash Arthanareeswaran2015-02-26 09:21:22 +0000
commit279ae109d40885f5a16be9af1d602322e1395a9b (patch)
tree13fb64a4604db0febca74fd4412737e2386f20c4 /org.eclipse.jdt.apt.tests/META-INF
parente23731bfbef54b7b257bcd8302a58a01db83c05d (diff)
downloadeclipse.jdt.core-279ae109d40885f5a16be9af1d602322e1395a9b.tar.gz
eclipse.jdt.core-279ae109d40885f5a16be9af1d602322e1395a9b.tar.xz
eclipse.jdt.core-279ae109d40885f5a16be9af1d602322e1395a9b.zip
Bug 460588 - Move JDT Core project to 1.7 compliance
Diffstat (limited to 'org.eclipse.jdt.apt.tests/META-INF')
-rw-r--r--org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
index 89f637071d..91d223a3ea 100644
--- a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
@@ -43,6 +43,6 @@ Require-Bundle: org.junit,
org.eclipse.jdt.core.tests.binaries;bundle-version="1.0.0",
org.eclipse.pde.core
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %providerName
Eclipse-BundleShape: dir

Back to the top