From 7da4a955514379dbdb0818d19d72b4f1b4aea9af Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Sat, 24 Apr 2021 11:09:54 +0200 Subject: [PATCH] Remove JRE compliance settings --- de.hftstuttgart.energycomponents.edit/.classpath | 4 ++-- .../META-INF/MANIFEST.MF | 1 - de.hftstuttgart.energycomponents.model/.classpath | 8 ++------ .../META-INF/MANIFEST.MF | 1 - 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/de.hftstuttgart.energycomponents.edit/.classpath b/de.hftstuttgart.energycomponents.edit/.classpath index bfd99b5..201ac1d 100644 --- a/de.hftstuttgart.energycomponents.edit/.classpath +++ b/de.hftstuttgart.energycomponents.edit/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src-gen/"/> + <classpathentry kind="src" path="src-gen"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF b/de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF index 3da6ba7..d85dfc5 100644 --- a/de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.energycomponents.edit/META-INF/MANIFEST.MF @@ -8,7 +8,6 @@ Bundle-ClassPath: . Bundle-Activator: de.hftstuttgart.energycomponents.provider.EnergyComponentsEditPlugin$Implementation Bundle-Vendor: %providerName Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: de.hftstuttgart.energycomponents.provider Require-Bundle: org.eclipse.core.runtime, de.hftstuttgart.energycomponents.model;visibility:=reexport, diff --git a/de.hftstuttgart.energycomponents.model/.classpath b/de.hftstuttgart.energycomponents.model/.classpath index 0a41b4a..201ac1d 100644 --- a/de.hftstuttgart.energycomponents.model/.classpath +++ b/de.hftstuttgart.energycomponents.model/.classpath @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> - <attributes> - <attribute name="module" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src-gen/"/> + <classpathentry kind="src" path="src-gen"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF b/de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF index 1f04e8d..5b11b0d 100644 --- a/de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.energycomponents.model/META-INF/MANIFEST.MF @@ -7,7 +7,6 @@ Bundle-Version: 1.0.0 Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: de.hftstuttgart.energycomponents, de.hftstuttgart.energycomponents.impl, de.hftstuttgart.energycomponents.util -- GitLab