summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-24 20:34:26 +0200
committerSven Gothel <[email protected]>2013-10-24 20:34:26 +0200
commitdcd0e65b2157150d97f582478ba68d45fba50653 (patch)
tree1651f23006b7d60226f8fde49b55957b9707cf3c
parent3a2d72c038bc846e713288305b87d9c5f6578d54 (diff)
Use GlueGen's junit version
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index a032f17..dc8a966 100644
--- a/.classpath
+++ b/.classpath
@@ -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>