diff options
author | Anatoly Spektor <aspektor@redhat.com> | 2012-09-05 09:45:01 -0400 |
---|---|---|
committer | Anatoly Spektor <aspektor@redhat.com> | 2012-09-05 09:45:01 -0400 |
commit | eda05e5e1bfd7a8e6860cccbab7bfcd105765ca8 (patch) | |
tree | 9601de19eb0961aea1d34f2b57246233b5ced876 | |
parent | 3ca06f3dce8760dd92c325183d782ac24428fc09 (diff) | |
parent | 1ed3903786f6bebf8409c53f08a88ae76e85baca (diff) | |
download | eclipse.platform.swt-eda05e5e1bfd7a8e6860cccbab7bfcd105765ca8.tar.gz eclipse.platform.swt-eda05e5e1bfd7a8e6860cccbab7bfcd105765ca8.tar.xz eclipse.platform.swt-eda05e5e1bfd7a8e6860cccbab7bfcd105765ca8.zip |
Merge branch 'master' of
http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
-rw-r--r-- | bundles/org.eclipse.swt/.classpath_gtk | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_gtk b/bundles/org.eclipse.swt/.classpath_gtk deleted file mode 100644 index c1e7b943ae..0000000000 --- a/bundles/org.eclipse.swt/.classpath_gtk +++ /dev/null @@ -1,43 +0,0 @@ -<?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/CDC-1.0%Foundation-1.0"/> - <classpathentry kind="src" path="Eclipse SWT/gtk"/> - <classpathentry kind="src" path="Eclipse SWT/cairo"/> - <classpathentry kind="src" path="Eclipse SWT/emulated/bidi"/> - <classpathentry kind="src" path="Eclipse SWT/emulated/coolbar"/> - <classpathentry kind="src" path="Eclipse SWT/emulated/taskbar"/> - <classpathentry kind="src" path="Eclipse SWT/common"/> - <classpathentry kind="src" path="Eclipse SWT/common_j2se"/> - <classpathentry kind="src" path="Eclipse SWT PI/gtk"> - <attributes> - <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.eclipse.swt.gtk.linux.x86"/> - </attributes> - </classpathentry> - <classpathentry kind="src" path="Eclipse SWT PI/cairo"/> - <classpathentry kind="src" path="Eclipse SWT PI/common"/> - <classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/> - <classpathentry kind="src" path="Eclipse SWT Accessibility/gtk"/> - <classpathentry kind="src" path="Eclipse SWT Accessibility/common"/> - <classpathentry kind="src" path="Eclipse SWT AWT/gtk"/> - <classpathentry kind="src" path="Eclipse SWT AWT/common"/> - <classpathentry kind="src" path="Eclipse SWT Drag and Drop/gtk"/> - <classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/> - <classpathentry kind="src" path="Eclipse SWT Printing/gtk"/> - <classpathentry kind="src" path="Eclipse SWT Printing/common"/> - <classpathentry kind="src" path="Eclipse SWT Program/gtk"/> - <classpathentry kind="src" path="Eclipse SWT Program/common"/> - <classpathentry kind="src" path="Eclipse SWT Program/gnome"/> - <classpathentry kind="src" path="Eclipse SWT Program/cde"/> - <classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/> - <classpathentry kind="src" path="Eclipse SWT Browser/common"/> - <classpathentry kind="src" path="Eclipse SWT Browser/gtk"/> - <classpathentry kind="src" path="Eclipse SWT Mozilla/common"/> - <classpathentry kind="src" path="Eclipse SWT Mozilla/gtk"/> - <classpathentry kind="src" path="Eclipse SWT OpenGL/gtk"/> - <classpathentry kind="src" path="Eclipse SWT OpenGL/glx"/> - <classpathentry kind="src" path="Eclipse SWT OpenGL/common"/> - <classpathentry kind="src" path="Eclipse SWT Theme/gtk"/> - <classpathentry kind="src" path="Eclipse SWT WebKit/gtk"/> - <classpathentry kind="lib" path="extra_jars/exceptions.jar"/> - <classpathentry kind="output" path="bin"/> -</classpath> |