From 62cad5f35dbb81e6a8365e20a78310cf7e8cf7a8 Mon Sep 17 00:00:00 2001 From: Philip Makedonski <makedonski@informatik.uni-goettingen.de> Date: Mon, 20 Feb 2023 16:47:55 +0100 Subject: [PATCH] * adjusted java version --- plugins/org.etsi.mts.tdl.asn2tdl/.classpath | 6 +----- .../.settings/org.eclipse.jdt.core.prefs | 10 ++++++++++ plugins/org.etsi.mts.tdl.asn2tdl/META-INF/MANIFEST.MF | 1 - 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 plugins/org.etsi.mts.tdl.asn2tdl/.settings/org.eclipse.jdt.core.prefs diff --git a/plugins/org.etsi.mts.tdl.asn2tdl/.classpath b/plugins/org.etsi.mts.tdl.asn2tdl/.classpath index 0fae5bda..25063252 100644 --- a/plugins/org.etsi.mts.tdl.asn2tdl/.classpath +++ b/plugins/org.etsi.mts.tdl.asn2tdl/.classpath @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="lib" path="lib/asn1bean-compiler-1.12.1-SNAPSHOT.jar" sourcepath="/beanit.asn1bean/src"/> diff --git a/plugins/org.etsi.mts.tdl.asn2tdl/.settings/org.eclipse.jdt.core.prefs b/plugins/org.etsi.mts.tdl.asn2tdl/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..7adc0fb9 --- /dev/null +++ b/plugins/org.etsi.mts.tdl.asn2tdl/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +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=11 diff --git a/plugins/org.etsi.mts.tdl.asn2tdl/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.asn2tdl/META-INF/MANIFEST.MF index 33d5376a..407d3443 100644 --- a/plugins/org.etsi.mts.tdl.asn2tdl/META-INF/MANIFEST.MF +++ b/plugins/org.etsi.mts.tdl.asn2tdl/META-INF/MANIFEST.MF @@ -15,4 +15,3 @@ Export-Package: org.etsi.mts.tdl.asn2tdl Bundle-ClassPath: lib/antlr-2.7.7.jar, lib/asn1bean-compiler-1.12.1-SNAPSHOT.jar, . -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -- GitLab