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 --- .../infra/onefile/org.eclipse.papyrus.infra.onefile/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/META-INF/MANIFEST.MF') diff --git a/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/META-INF/MANIFEST.MF b/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/META-INF/MANIFEST.MF index 1344fb2070e..a98d0717195 100644 --- a/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/META-INF/MANIFEST.MF +++ b/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/META-INF/MANIFEST.MF @@ -15,3 +15,4 @@ Bundle-Activator: org.eclipse.papyrus.infra.onefile.Activator Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.papyrus.infra.onefile;singleton:=true Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Automatic-Module-Name: org.eclipse.papyrus.infra.onefile -- cgit v1.2.3