diff options
author | Sven Gothel <[email protected]> | 2013-06-25 10:39:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-25 10:39:44 +0200 |
commit | d4aef175f1dadae9d12c9930a873b5f3862ac953 (patch) | |
tree | 330079a39eb74bab79189ee003aa77ab9ce99292 | |
parent | 27a63283a3027d207b5ab2b63b3f92328d757dfc (diff) |
Eclipse: Add junit4 dep.
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> <classpathentry combineaccessrules="false" kind="src" path="/jogl"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="build"/> </classpath> |