diff options
author | Sven Gothel <[email protected]> | 2011-03-25 23:38:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-03-25 23:38:40 +0100 |
commit | ed79607e888dcb73f5ee17cde85149a3d963325b (patch) | |
tree | 284da5a435a800c5fa35d28b95878e460a954bd5 /.classpath | |
parent | 627f154da21ba89890e92bd338bad4bbf605f125 (diff) |
Eclipse: Add swt-debug.jar to .classpath
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index a37a33820..3de14da74 100644 --- a/.classpath +++ b/.classpath @@ -31,5 +31,6 @@ <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> |