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