Skip to content

Commit 1f5e5eb

Browse files
authored
chore: Set bundle required environment to JavaSE-1.8 (#334)
1 parent 332da6e commit 1f5e5eb

File tree

8 files changed

+4
-574
lines changed

8 files changed

+4
-574
lines changed

jdtls.ext/com.microsoft.jdtls.ext.activator/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/"/>
66
<classpathentry kind="output" path="target/classes"/>

jdtls.ext/com.microsoft.jdtls.ext.activator/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: JDTLS EXT Activator
44
Bundle-SymbolicName: com.microsoft.jdtls.ext.activator;singleton:=true
55
Bundle-Version: 0.13.0
66
Bundle-Activator: com.microsoft.jdtls.ext.activator.JdtlsExtActivator
7-
Bundle-RequiredExecutionEnvironment: JavaSE-11
7+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Import-Package: org.eclipse.jdt.core,
99
org.osgi.framework;version="1.3.0"
1010
Require-Bundle: org.eclipse.core.runtime,

jdtls.ext/com.microsoft.jdtls.ext.core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/"/>
66
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.5.jar"/>

jdtls.ext/com.microsoft.jdtls.ext.core/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

jdtls.ext/com.microsoft.jdtls.ext.core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 443 deletions
This file was deleted.

jdtls.ext/com.microsoft.jdtls.ext.core/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 0 additions & 121 deletions
This file was deleted.

jdtls.ext/com.microsoft.jdtls.ext.core/.settings/org.eclipse.m2e.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: JDTLS EXT Core
44
Bundle-SymbolicName: com.microsoft.jdtls.ext.core;singleton:=true
55
Bundle-Version: 0.13.0
66
Bundle-Activator: com.microsoft.jdtls.ext.core.JdtlsExtActivator
7-
Bundle-RequiredExecutionEnvironment: JavaSE-11
7+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Bundle-ActivationPolicy: lazy
99
Import-Package: org.eclipse.jdt.core,
1010
org.eclipse.jdt.launching,

0 commit comments

Comments
 (0)