Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-06-24 09:57:33 +0000
committerSarika Sinha2016-06-24 09:57:33 +0000
commit6759c4ca5f822495c11a78cd1def64ddfdbc1dc5 (patch)
treec91fbde6e87da3c678d33a75250263a36f53c682 /org.eclipse.ui.externaltools/.classpath
parentbe36a1b98c43410d006d7dae46a10d9d49b2f308 (diff)
downloadeclipse.platform.debug-6759c4ca5f822495c11a78cd1def64ddfdbc1dc5.tar.gz
eclipse.platform.debug-6759c4ca5f822495c11a78cd1def64ddfdbc1dc5.tar.xz
eclipse.platform.debug-6759c4ca5f822495c11a78cd1def64ddfdbc1dc5.zip
Bug 496723 - Move Platform Debug to Java 1.8 BREE
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index 3a7f0eaac..a612ce54a 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.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.7"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="External Tools Base"/>
<classpathentry kind="src" path="Program Tools Support"/>

Back to the top