diff options
author | Sven Gothel <[email protected]> | 2023-06-29 23:33:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-30 09:40:39 +0200 |
commit | ad79dae90b94d0875416278e9dcedfc08a1de578 (patch) | |
tree | c6fbab61a7eb0b221b3b95cf77b87c0e0115e357 | |
parent | e898caec411fc2f313aabc188a22099e26664080 (diff) |
Eclipse classpath
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,11 +27,11 @@ <classpathentry kind="lib" path="make/lib/antlr.jar" sourcepath="make/lib/antlr-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/24/android.jar" sourcepath="make/lib/android-sdk/24/android-java-src.zip"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> </attributes> </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Android-24"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |