From b9190c06264f74095a637411c780d560dad407b9 Mon Sep 17 00:00:00 2001 From: Benoit Maggi Date: Mon, 28 May 2018 11:58:08 +0200 Subject: Bug 535185 - Add Automatic-Module-Name header for Java 9 compatibility - add Automatic-Module-Name with the same value as Bundle-SymbolicName in all Manifest.MF - quality fix : remove unused import Change-Id: Icd3e4376bc9e61e360ac61522b967a088a248480 Signed-off-by: Benoit Maggi --- .../META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests') diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/META-INF/MANIFEST.MF index a24acd8edac..2d294234757 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/META-INF/MANIFEST.MF +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/META-INF/MANIFEST.MF @@ -10,3 +10,4 @@ Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.papyrus.eclipse.project.editors.tests;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.common.base;version="21.0.0" +Automatic-Module-Name: org.eclipse.papyrus.eclipse.project.editors.tests -- cgit v1.2.3