Skip to content

Commit

Permalink
update to java 11 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 30, 2024
1 parent cb764b6 commit 034aeba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net.ivoa.vodsl.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Require-Bundle: net.ivoa.vodsl,
org.eclipse.xtext.ide;bundle-version="2.25.0",
org.eclipse.xtext.xbase.ide;bundle-version="2.25.0";visibility:=reexport,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: net.ivoa.vodsl.ide.contentassist.antlr,
net.ivoa.vodsl.ide.contentassist.antlr.internal
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion net.ivoa.vodsl.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Require-Bundle: net.ivoa.vodsl,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.eclipse.xtext.testing,
org.eclipse.xtext.xbase.testing
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: net.ivoa.vodsl.tests;x-internal=true
Import-Package: org.junit.runners;version="4.5.0",
org.junit.runners.model;version="4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion net.ivoa.vodsl.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Require-Bundle: org.xtext.example.mydsl.ui,
org.eclipse.core.runtime,
org.eclipse.ui.workbench;resolution:=optional,
org.eclipse.xtext.ui.testing
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.xtext.example.mydsl.ui.tests;x-internal=true,
net.ivoa.vodsl.ui.tests;x-internal=true
2 changes: 1 addition & 1 deletion net.ivoa.vodsl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.emf.common,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: net.ivoa.vodsl.parser.antlr,
net.ivoa.vodsl.parser.antlr.internal,
net.ivoa.vodsl.serializer,
Expand Down

0 comments on commit 034aeba

Please sign in to comment.