Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2015-03-02 10:02:16 +0000
committerSarika Sinha2015-03-02 10:02:16 +0000
commit9e0b67e5552fec7597bc1da9d9bc705816275409 (patch)
tree6a59535139369852f55c7a2ed53cb2117125497d /org.eclipse.debug.core
parentfb045721710e2411a8aae9549cbdd1e9f629c62b (diff)
downloadeclipse.platform.debug-9e0b67e5552fec7597bc1da9d9bc705816275409.tar.gz
eclipse.platform.debug-9e0b67e5552fec7597bc1da9d9bc705816275409.tar.xz
eclipse.platform.debug-9e0b67e5552fec7597bc1da9d9bc705816275409.zip
Bug 461103 - build failure in N20150227-2000 related to ?maven tests?
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 3712eecea..a91c47131 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.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/jre7"/>
+ <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"/>
<classpathentry kind="src" path="core"/>
<classpathentry kind="output" path="bin"/>

Back to the top