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.tests/.classpath
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.tests/.classpath')
-rw-r--r--build/org.eclipse.cdt.autotools.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.autotools.tests/.classpath b/build/org.eclipse.cdt.autotools.tests/.classpath
index c280bb662ba..5818c8dc68a 100644
--- a/build/org.eclipse.cdt.autotools.tests/.classpath
+++ b/build/org.eclipse.cdt.autotools.tests/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <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 exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top