summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2014-04-04 15:53:49 -0500
committerWade Walker <[email protected]>2014-04-04 15:53:49 -0500
commita970db1978b919e550b981a5f4c31c6efd7590c5 (patch)
treec67b1f48bab01435be5b8ca7fd3e55fab8dc5200
parent7a7f87a1fc7419f758ba9b134764ae544fd6d566 (diff)
Use gluegen's JUnit in Eclipse
This fixes problems when Eclipse's default JUnit is too old for our code.
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 6f661528..deaae283 100644
--- a/.classpath
+++ b/.classpath
@@ -15,6 +15,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/gluegen"/>
<classpathentry combineaccessrules="false" kind="src" path="/jogl"/>
<classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/15/android.jar" sourcepath="/gluegen/make/lib/android-sdk/15/android-java-src.zip"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+ <classpathentry kind="lib" path="/gluegen/make/lib/junit.jar" sourcepath="/gluegen/make/lib/junit-sources.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>