Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2003-01-31 21:28:13 +0000
committerjszursze2003-01-31 21:28:13 +0000
commitba091026bb477e7b3a22c74d97fd856301379a4c (patch)
tree1d6442917697cd45cccb6c6cadb3f7205c97a99f /org.eclipse.debug.ui/.classpath
parent6d441d6b648ca4b8fdcff2ac2f55d52afeb1514b (diff)
downloadeclipse.platform.debug-ba091026bb477e7b3a22c74d97fd856301379a4c.tar.gz
eclipse.platform.debug-ba091026bb477e7b3a22c74d97fd856301379a4c.tar.xz
eclipse.platform.debug-ba091026bb477e7b3a22c74d97fd856301379a4c.zip
30125 - Provide inforpops for launch configuration types &
25341 - infopops not available from Launch Configurations
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index a6861611e..a443939bc 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -7,6 +7,7 @@
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
+ <classpathentry kind="src" path="/org.eclipse.help"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top