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/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/META-INF/MANIFEST.MF')
-rw-r--r--codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
index 863451098e7..425528e5c91 100644
--- a/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
@@ -27,4 +27,5 @@ Export-Package: org.eclipse.cdt.codan.internal.ui;x-friends:="org.eclipse.cdt.co
org.eclipse.cdt.codan.internal.ui.widgets;x-internal:=true,
org.eclipse.cdt.codan.ui,
org.eclipse.cdt.codan.ui.handlers
+Automatic-Module-Name: org.eclipse.cdt.codan.ui

Back to the top