Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 060749986..a2e5df8a4 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -9,6 +9,6 @@
<classpathentry kind="lib"
path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
- <classpathentry kind="lib" path="/org.eclipse.swt/swt.jar" sourcepath="/org.eclipse.swt/swtsrc.zip"/>
+ <classpathentry kind="lib" path="/org.eclipse.swt/ws/win32/swt.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top