Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2001-05-18 14:56:35 +0000
committerDarin Swanson2001-05-18 14:56:35 +0000
commitc4affb9880e44cbef82348c1ae9fd0e8aaf42f8a (patch)
tree4d1751d0d21224926f9bd4c709700f81b34daa8d /org.eclipse.debug.ui/.classpath
parentfc9f8e6483b094bb905fcc4e7516840d38ebc27a (diff)
downloadeclipse.platform.debug-c4affb9880e44cbef82348c1ae9fd0e8aaf42f8a.tar.gz
eclipse.platform.debug-c4affb9880e44cbef82348c1ae9fd0e8aaf42f8a.tar.xz
eclipse.platform.debug-c4affb9880e44cbef82348c1ae9fd0e8aaf42f8a.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 1a8943c3f..22210c742 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -7,6 +7,8 @@
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar"/>
<classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
- <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.swt/swt0108.jar"/>
+ <classpathentry kind="lib"
+ path="C:/eclipse/plugins/org.eclipse.swt/swt0108.jar"
+ rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top