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.examples
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.examples')
-rw-r--r--codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
index f45ebf870c7..0ef154fe08b 100644
--- a/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.codan.examples,
org.eclipse.cdt.codan.examples.checkers,
org.eclipse.cdt.codan.examples.uicontrib
+Automatic-Module-Name: org.eclipse.cdt.codan.examples

Back to the top