Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2014-01-24 01:52:37 +0000
committerSergey Prigogin2014-01-24 18:38:55 +0000
commit5d7a19fa6cbc4d1d67685ae170382ca353e38f8b (patch)
tree3619b5b862e464d4b7fa9042bb11cd4d52fc1dd0 /cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
parentad526b4fb08feac6deeb3643c4bed312065d7640 (diff)
downloadorg.eclipse.cdt-5d7a19fa6cbc4d1d67685ae170382ca353e38f8b.tar.gz
org.eclipse.cdt-5d7a19fa6cbc4d1d67685ae170382ca353e38f8b.tar.xz
org.eclipse.cdt-5d7a19fa6cbc4d1d67685ae170382ca353e38f8b.zip
Enabled JDK 1.7.
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Diffstat (limited to 'cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF b/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
index f83e6e3161a..f828d9689a3 100644
--- a/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
+++ b/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
@@ -13,6 +13,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface,
org.eclipse.ui.ide
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin

Back to the top