Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
diff options
context:
space:
mode:
authorKarsten Thoms2018-10-30 14:29:24 +0000
committerKarsten Thoms2018-10-30 14:49:15 +0000
commit652602febd59f4c99d5edbead2f539bef7414fdc (patch)
tree7105a6715ff30e7201e929a7334ee5439565b6f4 /upc
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 'upc')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF1
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF1
-rw-r--r--upc/org.eclipse.cdt.managedbuilder.bupc.ui/META-INF/MANIFEST.MF1
3 files changed, 3 insertions, 0 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF b/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF
index a60a411e9b9..8309716f5e0 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF
+++ b/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@ Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.cdt.core.parser.upc.tests
+Automatic-Module-Name: org.eclipse.cdt.core.parser.upc.tests
diff --git a/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF b/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF
index ebc0f1d8183..df662999483 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF
+++ b/upc/org.eclipse.cdt.core.parser.upc/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@ Export-Package: org.eclipse.cdt.core.dom.upc,
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.cdt.core.parser.upc
diff --git a/upc/org.eclipse.cdt.managedbuilder.bupc.ui/META-INF/MANIFEST.MF b/upc/org.eclipse.cdt.managedbuilder.bupc.ui/META-INF/MANIFEST.MF
index c01702a37b8..a936264fdac 100644
--- a/upc/org.eclipse.cdt.managedbuilder.bupc.ui/META-INF/MANIFEST.MF
+++ b/upc/org.eclipse.cdt.managedbuilder.bupc.ui/META-INF/MANIFEST.MF
@@ -19,3 +19,4 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
+Automatic-Module-Name: org.eclipse.cdt.managedbuilder.bupc.ui

Back to the top