trying to get kona java stuff working again
authorFred Hamster <fred@gruntose.com>
Wed, 12 Feb 2025 06:07:35 +0000 (01:07 -0500)
committerFred Hamster <fred@gruntose.com>
Wed, 12 Feb 2025 06:07:35 +0000 (01:07 -0500)
kona/.classpath
kona/.settings/org.eclipse.jdt.core.prefs

index 310fd8d41486b0da87332b3807d3f14b7017c3dc..5890d006ff56137eca3d41ee1b6a3c7aa9420e19 100644 (file)
@@ -1,18 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
        <classpathentry kind="src" path="src"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="lib" path="lib/commons-logging-1.1.1-javadoc.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-1.1.1-sources.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-adapters-1.1.1.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-api-1.1.1.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-tests.jar"/>
-       <classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+               <attributes>
+                       <attribute name="module" value="true"/>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="lib" path="lib/junit-4.5.jar"/>
-       <classpathentry kind="lib" path="lib/commons-lang3-3.5.jar"/>
        <classpathentry kind="lib" path="lib/SizeOf.jar"/>
-       <classpathentry kind="lib" path="lib/commons-compress-1.8.1.jar"/>
-       <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
        <classpathentry kind="output" path="bin-eclipse"/>
 </classpath>
index be9cff3a2bc259bdfd7b5ae14a2fac1abcb9069f..0fee6a9c4802b3fae27f838d564d8b2401c35eea 100644 (file)
@@ -1,12 +1,15 @@
-#Tue Feb 07 11:35:37 EST 2012
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+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.6
+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.source=1.6
+org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
+org.eclipse.jdt.core.compiler.release=disabled
+org.eclipse.jdt.core.compiler.source=1.8