diff options
author | Arun Thondapu | 2015-05-13 18:00:57 +0000 |
---|---|---|
committer | Arun Thondapu | 2015-05-13 18:00:57 +0000 |
commit | 0fd3fce032a102d2e134150ed342fe71288d4a11 (patch) | |
tree | 7890f7ca873eafa4be2fc29b258bfaa8a95ebb1a /bundles/org.eclipse.swt/.classpath_win32 | |
parent | 28eae5a124e699ec7aa8293ac7fa643d7d4191ce (diff) | |
download | eclipse.platform.swt-0fd3fce032a102d2e134150ed342fe71288d4a11.tar.gz eclipse.platform.swt-0fd3fce032a102d2e134150ed342fe71288d4a11.tar.xz eclipse.platform.swt-0fd3fce032a102d2e134150ed342fe71288d4a11.zip |
Revert "Misc changes"
This reverts commit 28eae5a124e699ec7aa8293ac7fa643d7d4191ce.
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_win32')
-rw-r--r-- | bundles/org.eclipse.swt/.classpath_win32 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_win32 b/bundles/org.eclipse.swt/.classpath_win32 new file mode 100644 index 0000000000..68a2d44fbb --- /dev/null +++ b/bundles/org.eclipse.swt/.classpath_win32 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="src" path="Eclipse SWT/win32"/> + <classpathentry kind="src" path="Eclipse SWT/common"/> + <classpathentry kind="src" path="Eclipse SWT/common_j2se"/> + <classpathentry kind="src" path="Eclipse SWT PI/common"/> + <classpathentry kind="src" path="Eclipse SWT PI/win32"> + <attributes> + <attribute value="org.eclipse.swt.win32.win32.x86_64" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/> + <classpathentry kind="src" path="Eclipse SWT OLE Win32/win32"/> + <classpathentry kind="src" path="Eclipse SWT Accessibility/win32"/> + <classpathentry kind="src" path="Eclipse SWT Accessibility/common"/> + <classpathentry kind="src" path="Eclipse SWT AWT/win32"/> + <classpathentry kind="src" path="Eclipse SWT AWT/common"/> + <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 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 Custom Widgets/common"/> + <classpathentry kind="src" path="Eclipse SWT Browser/common"/> + <classpathentry kind="src" path="Eclipse SWT Browser/win32"/> + <classpathentry kind="src" path="Eclipse SWT Mozilla/common"/> + <classpathentry kind="src" path="Eclipse SWT Mozilla/win32"/> + <classpathentry kind="src" path="Eclipse SWT WebKit/win32"/> + <classpathentry kind="src" path="Eclipse SWT OpenGL/win32"/> + <classpathentry kind="src" path="Eclipse SWT OpenGL/common"/> + <classpathentry kind="src" path="Eclipse SWT Theme/win32"/> + <classpathentry kind="output" path="bin"/> +</classpath> |