Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKarsten Thoms2018-10-30 14:29:24 +0000
committerKarsten Thoms2018-10-30 14:49:15 +0000
commit652602febd59f4c99d5edbead2f539bef7414fdc (patch)
tree7105a6715ff30e7201e929a7334ee5439565b6f4 /util
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 'util')
-rw-r--r--util/org.eclipse.cdt.util/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF b/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF
index 703c6df811f..3c2559e4464 100644
--- a/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF
+++ b/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@ Require-Bundle: org.eclipse.cdt.core,
Export-Package: org.eclipse.cdt.internal.core.parser.util
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.cdt.util

Back to the top