Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Bourlier2003-10-21 17:34:35 +0000
committerLuc Bourlier2003-10-21 17:34:35 +0000
commit459e7a37e00d381973d431e7b1db2a8051e1dcfd (patch)
treeba3944ddb840f4c3ef99008d91ec46cbbd003057 /org.eclipse.debug.core/.classpath
parentef4184e8b5762b801e7d047b06b84cb9e5bdbb13 (diff)
downloadeclipse.platform.debug-459e7a37e00d381973d431e7b1db2a8051e1dcfd.tar.gz
eclipse.platform.debug-459e7a37e00d381973d431e7b1db2a8051e1dcfd.tar.xz
eclipse.platform.debug-459e7a37e00d381973d431e7b1db2a8051e1dcfd.zip
Bug 43332 - String Substitution Support - org.eclipse.core.variables
Diffstat (limited to 'org.eclipse.debug.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index ae3b58c5d..2fca06953 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -5,5 +5,6 @@
<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="output" path="bin"/>
</classpath>

Back to the top