Skip to content
Snippets Groups Projects
Commit 62cad5f3 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* adjusted java version

parent e7587ac4
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/asn1bean-compiler-1.12.1-SNAPSHOT.jar" sourcepath="/beanit.asn1bean/src"/> <classpathentry kind="lib" path="lib/asn1bean-compiler-1.12.1-SNAPSHOT.jar" sourcepath="/beanit.asn1bean/src"/>
......
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
...@@ -15,4 +15,3 @@ Export-Package: org.etsi.mts.tdl.asn2tdl ...@@ -15,4 +15,3 @@ Export-Package: org.etsi.mts.tdl.asn2tdl
Bundle-ClassPath: lib/antlr-2.7.7.jar, Bundle-ClassPath: lib/antlr-2.7.7.jar,
lib/asn1bean-compiler-1.12.1-SNAPSHOT.jar, lib/asn1bean-compiler-1.12.1-SNAPSHOT.jar,
. .
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment