Skip to content

Commit 89af3e0

Browse files
committed
Tentative implementation Java 11 upgrade
Signed-off-by: Kevin Olotu <[email protected]>
1 parent b64f269 commit 89af3e0

File tree

28 files changed

+53
-38
lines changed

28 files changed

+53
-38
lines changed

core-bundles/language/org.eclipse.vorto.editor.datatype.ide/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.vorto.editor.datatype,
1010
org.eclipse.xtext.xbase.lib,
1111
org.eclipse.xtext.ide,
1212
org.eclipse.xtext.xbase.ide
13-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
13+
Bundle-RequiredExecutionEnvironment: JavaSE-11
1414
Export-Package: org.eclipse.vorto.editor.datatype.ide.contentassist.an
1515
tlr,org.eclipse.vorto.editor.datatype.ide.contentassist.antlr.internal
1616
Import-Package: org.eclipse.vorto.editor.datatype.services

core-bundles/language/org.eclipse.vorto.editor.datatype.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Require-Bundle:
2424
org.eclipse.vorto.editor.datatype.ide,
2525
org.eclipse.vorto.editor
2626
Import-Package: org.apache.log4j
27-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
27+
Bundle-RequiredExecutionEnvironment: JavaSE-11
2828
Export-Package: org.eclipse.vorto.editor.datatype.ui,org.eclipse.vorto
2929
.editor.datatype.ui.contentassist,org.eclipse.vorto.editor.datatype.u
3030
i.internal,org.eclipse.vorto.editor.datatype.ui.quickfix,org.eclipse.

core-bundles/language/org.eclipse.vorto.editor.datatype/1_Generate_Datatype.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
1111
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
1212
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
13-
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8&quot; javaProject=&quot;org.eclipse.vorto.editor.datatype&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
13+
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11&quot; javaProject=&quot;org.eclipse.vorto.editor.datatype&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
1414
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;org.eclipse.vorto.core&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>
1515
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#13;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;org.eclipse.vorto.editor.datatype&quot;/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
1616
</listAttribute>

core-bundles/language/org.eclipse.vorto.editor.datatype/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.xtext.ide,
2626
org.eclipse.xtend.lib;resolution:=optional,
2727
org.eclipse.xtext.xbase.lib
2828
Import-Package: org.apache.log4j
29-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
29+
Bundle-RequiredExecutionEnvironment: JavaSE-11
3030
Export-Package: org.eclipse.vorto.editor.datatype,org.eclipse.vorto.ed
3131
itor.datatype.converter,org.eclipse.vorto.editor.datatype.formatting,
3232
org.eclipse.vorto.editor.datatype.generator,org.eclipse.vorto.editor.

core-bundles/language/org.eclipse.vorto.editor.functionblock.ide/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.vorto.editor.functionblock,
1010
org.eclipse.xtext.xbase.lib,
1111
org.eclipse.xtext.ide,
1212
org.eclipse.xtext.xbase.ide
13-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
13+
Bundle-RequiredExecutionEnvironment: JavaSE-11
1414
Export-Package: org.eclipse.vorto.editor.functionblock.ide,
1515
org.eclipse.vorto.editor.functionblock.ide.contentassist.antlr,
1616
org.eclipse.vorto.editor.functionblock.ide.contentassist.antlr.internal

core-bundles/language/org.eclipse.vorto.editor.functionblock.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.xtext.ui,
2323
org.eclipse.vorto.editor.datatype.ui,
2424
org.eclipse.vorto.editor.functionblock,
2525
org.eclipse.vorto.editor.functionblock.ide
26-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
26+
Bundle-RequiredExecutionEnvironment: JavaSE-11
2727
Export-Package: org.eclipse.vorto.editor.functionblock.ui,org.eclipse.
2828
vorto.editor.functionblock.ui.contentassist,org.eclipse.vorto.editor.
2929
functionblock.ui.internal,org.eclipse.vorto.editor.functionblock.ui.q

core-bundles/language/org.eclipse.vorto.editor.functionblock/2_Generate_Functionblock.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</listAttribute>
1010
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
1111
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
12-
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8&quot; javaProject=&quot;org.eclipse.vorto.editor.functionblock&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
12+
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11&quot; javaProject=&quot;org.eclipse.vorto.editor.functionblock&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
1313
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#13;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;org.eclipse.vorto.editor.functionblock&quot;/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
1414
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;org.eclipse.vorto.core&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>
1515
</listAttribute>

core-bundles/language/org.eclipse.vorto.editor.functionblock/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.xtext.ide,
2727
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
2828
org.eclipse.vorto.editor.datatype,
2929
org.eclipse.vorto.editor
30-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
30+
Bundle-RequiredExecutionEnvironment: JavaSE-11
3131
Export-Package: org.eclipse.vorto.editor.functionblock; uses:="org.eclipse.xtext, org.eclipse.xtext.service, org.eclipse.xtext.common.types, com.google.inject",
3232
org.eclipse.vorto.editor.functionblock.formatting,
3333
org.eclipse.vorto.editor.functionblock.generator;uses:="org.eclipse.xtext.generator",

core-bundles/language/org.eclipse.vorto.editor.infomodel.ide/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.vorto.editor.infomodel,
1111
org.eclipse.xtext.xbase.ide,
1212
org.eclipse.vorto.editor.functionblock;bundle-version="0.10.0",
1313
org.eclipse.vorto.editor.datatype;bundle-version="0.10.0"
14-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
14+
Bundle-RequiredExecutionEnvironment: JavaSE-11
1515
Export-Package: org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr,
1616
org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr.internal
1717
Import-Package: org.eclipse.vorto.editor.infomodel.services

core-bundles/language/org.eclipse.vorto.editor.infomodel.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Require-Bundle:
2727
org.eclipse.vorto.editor.functionblock.ui;bundle-version="0.10.0",
2828
org.eclipse.vorto.editor.infomodel
2929
Import-Package: org.apache.log4j
30-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
30+
Bundle-RequiredExecutionEnvironment: JavaSE-11
3131
Export-Package: org.eclipse.vorto.editor.infomodel.ui.contentassist,or
3232
g.eclipse.vorto.editor.infomodel.ui.internal,org.eclipse.vorto.editor
3333
.infomodel.ui.quickfix

0 commit comments

Comments
 (0)