summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2011-03-26 13:04:23 -0500
committerWade Walker <[email protected]>2011-03-26 13:04:23 -0500
commitdb9f53b76e510abaa82679d1068a94df78c396e2 (patch)
treebf64145ff843a656f8719066a570fe5e50201a75 /.classpath
parentc2c22f185fcebe8927bc5766cb5f24cba8312cb2 (diff)
Remove platform-specific JAR from Eclipse classpath.
This has to be handled through the user library for SWT or it won't work on multiple platforms.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 3de14da74..a37a33820 100644
--- a/.classpath
+++ b/.classpath
@@ -31,6 +31,5 @@
<classpathentry combineaccessrules="false" kind="src" path="/gluegen"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/>
- <classpathentry kind="lib" path="make/lib/swt/gtk-linux-x86_64/swt-debug.jar"/>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>