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 /build/org.eclipse.cdt.autotools.docs
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 'build/org.eclipse.cdt.autotools.docs')
-rw-r--r--build/org.eclipse.cdt.autotools.docs/.classpath2
-rw-r--r--build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.autotools.docs/.classpath b/build/org.eclipse.cdt.autotools.docs/.classpath
index 78d5ded0fee..49e77f4e0f2 100644
--- a/build/org.eclipse.cdt.autotools.docs/.classpath
+++ b/build/org.eclipse.cdt.autotools.docs/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF
index 5cb4d77a9d5..74d292c2bd9 100644
--- a/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF
@@ -8,5 +8,5 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
org.eclipse.ui.cheatsheets,
org.apache.ant;bundle-version="1.7.1"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top