diff options
author | Sven Gothel <[email protected]> | 2023-01-14 20:36:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-14 20:36:20 +0100 |
commit | 8edb09f4851a713b0e9817b4d2f081e0de86eaf3 (patch) | |
tree | 5e287b3a26d9b97b1e5f7e4fe7c3230734550f21 /.classpath | |
parent | ad7a72a72ec14d453554a3380985f18ce31195f1 (diff) |
Eclipse: Update settings
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |