diff options
author | Wade Walker <[email protected]> | 2011-02-07 06:28:01 +0800 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 11:09:59 +0800 |
commit | 329ead69c579493b5bd06c44074040ebb383ebe5 (patch) | |
tree | 510584fa1aebcd91a223108d62dda3d7f7c378e9 /.classpath | |
parent | 13095b364bc4ecd778a892e133d996a9063da838 (diff) |
Add classpath entry for SWT to Eclipse project
This addition makes it possible to run the SWT unit tests from
within Eclipse (once the user sets up the appropriate user
library as explained in the wiki).
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 60dd580ec..a4ef906a2 100644 --- a/.classpath +++ b/.classpath @@ -34,5 +34,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <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="output" path="build/eclipse-classes"/> </classpath> |