aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-04 03:01:44 +0200
committerSven Gothel <[email protected]>2023-05-04 03:01:44 +0200
commit36491605d9b223e4ae5bda0c7ae1e8c933bf9dab (patch)
tree3cf2b6aef554f46b6dc3803772697213c3a8aeb8
parentd9dd218df3439528c447ec9b16f5492e32e6dcbd (diff)
Eclipse: Fix JRE Container and add src, add jdt settings
-rw-r--r--.classpath7
-rw-r--r--.settings/org.eclipse.jdt.core.prefs15
2 files changed, 21 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 9b9b6f5..77d3874 100644
--- a/.classpath
+++ b/.classpath
@@ -3,9 +3,14 @@
<classpathentry kind="src" path="build/gensrc/classes"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/test"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+ <attributes>
+ <attribute name="module" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/gluegen"/>
<classpathentry kind="lib" path="/gluegen/make/lib/junit.jar" sourcepath="/gluegen/make/lib/junit-sources.jar"/>
<classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/24/android.jar" sourcepath="/gluegen/make/lib/android-sdk/24/android-java-src.zip"/>
+ <classpathentry kind="var" path="JUNIT_SRC_HOME"/>
<classpathentry kind="output" path="build/test/build/classes"/>
</classpath>
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..e50443c
--- /dev/null
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,15 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
+org.eclipse.jdt.core.compiler.release=enabled
+org.eclipse.jdt.core.compiler.source=1.8