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 /p2/org.eclipse.cdt.p2/.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 'p2/org.eclipse.cdt.p2/.classpath')
-rw-r--r--p2/org.eclipse.cdt.p2/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2/org.eclipse.cdt.p2/.classpath b/p2/org.eclipse.cdt.p2/.classpath
index 3b77185482d..bc1f5c87991 100644
--- a/p2/org.eclipse.cdt.p2/.classpath
+++ b/p2/org.eclipse.cdt.p2/.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">
<accessrules>
<accessrule kind="accessible" pattern="**/internal/provisional/**"/>

Back to the top