diff options
author | Veronika Irvine | 2001-06-21 15:16:50 +0000 |
---|---|---|
committer | Veronika Irvine | 2001-06-21 15:16:50 +0000 |
commit | 6c0e3d76ce668620fd159ac504e2b5d9a48852be (patch) | |
tree | 28ec743469ad12010dec20832bd1d5c1a3d72d8a /bundles/org.eclipse.swt/.classpath_win32 | |
parent | 3fb799dcaa7d449679ed92f9829fbed85aa6fd1d (diff) | |
download | eclipse.platform.swt-6c0e3d76ce668620fd159ac504e2b5d9a48852be.tar.gz eclipse.platform.swt-6c0e3d76ce668620fd159ac504e2b5d9a48852be.tar.xz eclipse.platform.swt-6c0e3d76ce668620fd159ac504e2b5d9a48852be.zip |
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_win32')
-rwxr-xr-x | bundles/org.eclipse.swt/.classpath_win32 | 32 |
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> |