Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2001-05-20 01:36:07 +0000
committerKonrad Kolosowski2001-05-20 01:36:07 +0000
commitb89d7e51ca313372e3cdaea0853d7cc98c99814d (patch)
tree32852cf32f03dbb1ba6dccd24cb37acd33f0def9 /org.eclipse.help.ui/.classpath
parent8278a401f3c1292491c63ff85843f7bfad53f74d (diff)
downloadeclipse.platform.ua-b89d7e51ca313372e3cdaea0853d7cc98c99814d.tar.gz
eclipse.platform.ua-b89d7e51ca313372e3cdaea0853d7cc98c99814d.tar.xz
eclipse.platform.ua-b89d7e51ca313372e3cdaea0853d7cc98c99814d.zip
SWT got separated to its own jar
Diffstat (limited to 'org.eclipse.help.ui/.classpath')
-rw-r--r--org.eclipse.help.ui/.classpath13
1 files changed, 7 insertions, 6 deletions
diff --git a/org.eclipse.help.ui/.classpath b/org.eclipse.help.ui/.classpath
index 7a59d3ba0..f738ac27c 100644
--- a/org.eclipse.help.ui/.classpath
+++ b/org.eclipse.help.ui/.classpath
@@ -3,11 +3,12 @@
<classpathentry kind="src" path="Eclipse Help UI"/>
<classpathentry kind="src" path="Eclipse Help UI Motif"/>
<classpathentry kind="src" path="Eclipse Help UI Win32"/>
- <classpathentry kind="src" path="\org.eclipse.help"/>
- <classpathentry kind="lib" path="C:\eclipse\jre\lib\rt.jar"/>
- <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="lib" path="C:\eclipse\plugins\org.apache.xerces\xerces.jar"/>
- <classpathentry kind="lib" path="C:\eclipse\plugins\org.eclipse.core.resources\resources.jar"/>
+ <classpathentry kind="src" path="/org.eclipse.help"/>
+ <classpathentry kind="lib" path="C:/eclipse/jre/lib/rt.jar"/>
+ <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="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.resources/resources.jar"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.swt/swt0108.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top