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 --- plugins/views/org.eclipse.papyrus.views.search/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/views/org.eclipse.papyrus.views.search') diff --git a/plugins/views/org.eclipse.papyrus.views.search/META-INF/MANIFEST.MF b/plugins/views/org.eclipse.papyrus.views.search/META-INF/MANIFEST.MF index 8351743610b..870e64c9365 100644 --- a/plugins/views/org.eclipse.papyrus.views.search/META-INF/MANIFEST.MF +++ b/plugins/views/org.eclipse.papyrus.views.search/META-INF/MANIFEST.MF @@ -18,3 +18,4 @@ Bundle-Version: 2.0.0.qualifier Bundle-ManifestVersion: 2 Bundle-Activator: org.eclipse.papyrus.views.search.Activator Bundle-SymbolicName: org.eclipse.papyrus.views.search;singleton:=true +Automatic-Module-Name: org.eclipse.papyrus.views.search -- cgit v1.2.3