Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2023-05-03 13:42:31 +0000
committerQuentin Le Menez2023-05-03 14:00:10 +0000
commit0d39a60b55419f8d41f47311fedff762ed028062 (patch)
treeca53e34e372638e33129484cfc684f697964c2c6 /tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF
parentc94685e54d18056df9d9ade657daa5ae759ca38b (diff)
downloadorg.eclipse.papyrus-0d39a60b55419f8d41f47311fedff762ed028062.tar.gz
org.eclipse.papyrus-0d39a60b55419f8d41f47311fedff762ed028062.tar.xz
org.eclipse.papyrus-0d39a60b55419f8d41f47311fedff762ed028062.zip
Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks Papyrus
Change-Id: I62f9d7bcb2f6750c4e97ce292423281c6c3c598b Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF
index 303db61b7ce..a068cdcf8fd 100644
--- a/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/META-INF/MANIFEST.MF
@@ -23,5 +23,5 @@ Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.editor.welcome.tests;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-17
+Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.papyrus.infra.editor.welcome.tests

Back to the top