Skip to content
Snippets Groups Projects
Commit b2d8e3d0 authored by Simon Barner's avatar Simon Barner
Browse files

Adjust classpath and manifest for JDK-11

parent 1fb1a3b9
No related branches found
No related tags found
1 merge request!83620: Java 11 Adaptions
......@@ -13,7 +13,7 @@
<accessrule kind="nonaccessible" pattern="*"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<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>
......
......@@ -21,7 +21,7 @@ Bundle-ClassPath: .,
lib/opt4j/opt4j-optimizers-v3.2-36-g53be465-SNAPSHOT.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.exploration.alg.ExplorationAlgActivator
Require-Bundle: org.fortiss.tooling.base.ui;visibility:=reexport,
......
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