Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-10-21 18:09:11 +0000
committerDarin Swanson2003-10-21 18:09:11 +0000
commita0af2a65b06e35cb5f3a27b5fb905c353a532dce (patch)
tree7650ac9b91951855db58121a8eedb99498a65d52 /org.eclipse.ui.externaltools/.classpath
parent67ad190fb2d4db693f59ba0b1785ff8222c631e6 (diff)
downloadeclipse.platform.debug-a0af2a65b06e35cb5f3a27b5fb905c353a532dce.tar.gz
eclipse.platform.debug-a0af2a65b06e35cb5f3a27b5fb905c353a532dce.tar.xz
eclipse.platform.debug-a0af2a65b06e35cb5f3a27b5fb905c353a532dce.zip
Bug 43332 - String Substitution Support
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index 6ae967218..8f0879225 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.classpath
@@ -4,10 +4,11 @@
<classpathentry kind="src" path="Program Tools Support/"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
- <classpathentry kind="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="src" path="/org.eclipse.debug.ui"/>
<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="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top