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.compiler.tool/.classpath
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.compiler.tool/.classpath')
-rw-r--r--org.eclipse.jdt.compiler.tool/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool/.classpath b/org.eclipse.jdt.compiler.tool/.classpath
index deb673668e..b277a8ac87 100644
--- a/org.eclipse.jdt.compiler.tool/.classpath
+++ b/org.eclipse.jdt.compiler.tool/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <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="output" path="bin"/>
</classpath>

Back to the top