diff options
author | Wade Walker <[email protected]> | 2014-04-04 15:53:49 -0500 |
---|---|---|
committer | Wade Walker <[email protected]> | 2014-04-04 15:53:49 -0500 |
commit | a970db1978b919e550b981a5f4c31c6efd7590c5 (patch) | |
tree | c67b1f48bab01435be5b8ca7fd3e55fab8dc5200 | |
parent | 7a7f87a1fc7419f758ba9b134764ae544fd6d566 (diff) |
Use gluegen's JUnit in Eclipse
This fixes problems when Eclipse's default JUnit is too old for our code.
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |