Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2015-02-27 11:35:06 +0000
committerSarika Sinha2015-02-27 11:35:06 +0000
commitfb045721710e2411a8aae9549cbdd1e9f629c62b (patch)
tree22b76b0f28b0952bbfba2755cd578ed5b1a97d66 /org.eclipse.ui.externaltools/.classpath
parentcb8b3aa793b6a92b5bf3aa6c36bdeb4d35328a46 (diff)
downloadeclipse.platform.debug-fb045721710e2411a8aae9549cbdd1e9f629c62b.tar.gz
eclipse.platform.debug-fb045721710e2411a8aae9549cbdd1e9f629c62b.tar.xz
eclipse.platform.debug-fb045721710e2411a8aae9549cbdd1e9f629c62b.zip
Bug 461029 - Move Platform Debug project to 1.7 compliance
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 c2eb13176..3b9bbb4e6 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.6"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre7"/>
<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