aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-14 20:36:20 +0100
committerSven Gothel <[email protected]>2023-01-14 20:36:20 +0100
commit8edb09f4851a713b0e9817b4d2f081e0de86eaf3 (patch)
tree5e287b3a26d9b97b1e5f7e4fe7c3230734550f21 /.classpath
parentad7a72a72ec14d453554a3380985f18ce31195f1 (diff)
Eclipse: Update settings
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index d56355a..5c52e09 100644
--- a/.classpath
+++ b/.classpath
@@ -28,6 +28,10 @@
<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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+ <attributes>
+ <attribute name="module" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>