summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-25 10:39:44 +0200
committerSven Gothel <[email protected]>2013-06-25 10:39:44 +0200
commitd4aef175f1dadae9d12c9930a873b5f3862ac953 (patch)
tree330079a39eb74bab79189ee003aa77ab9ce99292
parent27a63283a3027d207b5ab2b63b3f92328d757dfc (diff)
Eclipse: Add junit4 dep.
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 2f47dc94..78b0819c 100644
--- a/.classpath
+++ b/.classpath
@@ -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>