Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-10-30 14:29:24 +0000
committerKarsten Thoms2018-10-30 14:49:15 +0000
commit652602febd59f4c99d5edbead2f539bef7414fdc (patch)
tree7105a6715ff30e7201e929a7334ee5439565b6f4 /codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF
parent26bdf7e82fdd7a220de493edb7bff06f7710a54e (diff)
downloadorg.eclipse.cdt-652602febd59f4c99d5edbead2f539bef7414fdc.tar.gz
org.eclipse.cdt-652602febd59f4c99d5edbead2f539bef7414fdc.tar.xz
org.eclipse.cdt-652602febd59f4c99d5edbead2f539bef7414fdc.zip
Bug 540610 - Add Automatic-Module-Name header
Change-Id: Ia990b24469751050dd9ec8f9b5550804816308b3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF')
-rw-r--r--codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF
index acb7da5184f..57959189d41 100644
--- a/codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF
@@ -17,3 +17,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.codan.ui.cfgview;x-internal:=true,
org.eclipse.cdt.codan.ui.cfgview.views;x-internal:=true
+Automatic-Module-Name: org.eclipse.cdt.codan.ui.cfgview

Back to the top