Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Bourlier2003-11-25 23:23:02 +0000
committerLuc Bourlier2003-11-25 23:23:02 +0000
commit7e9b11009b005198824b94abe851c4a162aec8d9 (patch)
tree84aad661598faa7ded58c13543f218e0cb8f1c97
parent7443a9a3e66e5d5083c58d0a1b4d53e91aa94855 (diff)
downloadeclipse.platform.debug-7e9b11009b005198824b94abe851c4a162aec8d9.tar.gz
eclipse.platform.debug-7e9b11009b005198824b94abe851c4a162aec8d9.tar.xz
eclipse.platform.debug-7e9b11009b005198824b94abe851c4a162aec8d9.zip
Bug 47478 - Switching to use JRE Library container
-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 2fca06953..db121f0ec 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -4,7 +4,7 @@
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="/org.eclipse.core.variables"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top