aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-06-29 23:33:03 +0200
committerSven Gothel <[email protected]>2023-06-30 09:40:39 +0200
commitad79dae90b94d0875416278e9dcedfc08a1de578 (patch)
treec6fbab61a7eb0b221b3b95cf77b87c0e0115e357
parente898caec411fc2f313aabc188a22099e26664080 (diff)
Eclipse classpath
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 5c52e09..41458fb 100644
--- a/.classpath
+++ b/.classpath
@@ -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>