diff options
author | Sven Gothel <[email protected]> | 2013-10-24 20:34:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-24 20:34:26 +0200 |
commit | dcd0e65b2157150d97f582478ba68d45fba50653 (patch) | |
tree | 1651f23006b7d60226f8fde49b55957b9707cf3c | |
parent | 3a2d72c038bc846e713288305b87d9c5f6578d54 (diff) |
Use GlueGen's junit version
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <classpathentry kind="src" path="src/test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/9/android.jar" sourcepath="/gluegen/make/lib/android-sdk/9/android-java-src.zip"/> + <classpathentry kind="lib" path="/gluegen/make/lib/junit.jar" sourcepath="/gluegen/make/lib/junit-sources.jar"/> <classpathentry kind="output" path="build/test/build/classes"/> - <classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/9/android.jar" sourcepath="/gluegen/make/lib/android-sdk/9/android-java-src.zip"/> </classpath> |