Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_win32')
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_win3232
1 files changed, 16 insertions, 16 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_win32 b/bundles/org.eclipse.swt/.classpath_win32
index 6cd92d2205..a743829e7a 100755
--- a/bundles/org.eclipse.swt/.classpath_win32
+++ b/bundles/org.eclipse.swt/.classpath_win32
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="lib" path="J:\teamswt\swt-builddir\jre\lib\rt.jar"/>
- <classpathentry kind="src" path="Eclipse SWT\win32"/>
- <classpathentry kind="src" path="Eclipse SWT\common"/>
- <classpathentry kind="src" path="Eclipse SWT Printing\win32"/>
- <classpathentry kind="src" path="Eclipse SWT Printing\common"/>
- <classpathentry kind="src" path="Eclipse SWT Program\win32"/>
- <classpathentry kind="src" path="Eclipse SWT AWT\win32"/>
- <classpathentry kind="src" path="Eclipse SWT OLE Win32\win32"/>
- <classpathentry kind="src" path="Eclipse SWT Drag and Drop\win32"/>
- <classpathentry kind="src" path="Eclipse SWT Drag and Drop\common"/>
- <classpathentry kind="src" path="Eclipse SWT Custom Widgets\common"/>
- <classpathentry kind="src" path="bin\Eclipse SWT"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="var" path="JRE_LIB"/>
+ <classpathentry kind="src" path="Eclipse SWT/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT/common"/>
+ <classpathentry kind="src" path="Eclipse SWT Printing/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT Printing/common"/>
+ <classpathentry kind="src" path="Eclipse SWT Program/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT Program/common"/>
+ <classpathentry kind="src" path="Eclipse SWT AWT/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT OLE Win32/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT Drag and Drop/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/>
+ <classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top