diff options
author | Sven Gothel <[email protected]> | 2019-03-19 01:41:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-03-19 01:41:02 +0100 |
commit | d915f8209ddd4083daebc139b5cdf0295f637ef4 (patch) | |
tree | 52bec9375919c97a3155582f9de48a77f123c6a6 /.classpath | |
parent | 99b357956e4fd516ddd051d8a0f478c47faa40b1 (diff) |
Eclipse: Move android.jar to classpath end, avoid junit override
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,8 +26,8 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="lib" path="make/lib/antlr.jar" sourcepath="make/lib/antlr-src.zip"/> - <classpathentry kind="lib" path="make/lib/android-sdk/15/android.jar" sourcepath="make/lib/android-sdk/15/android-java-src.zip"/> <classpathentry kind="lib" path="make/lib/junit.jar" sourcepath="make/lib/junit-sources.jar"/> <classpathentry kind="lib" path="make/lib/semantic-versioning/semver.jar" sourcepath="make/lib/semantic-versioning/semver-src.zip"/> + <classpathentry kind="lib" path="make/lib/android-sdk/15/android.jar" sourcepath="make/lib/android-sdk/15/android-java-src.zip"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |