Bug 528254 - [Java9] Added Automatic-Module-Name Header

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
diff --git a/platform/org.eclipse.platform/META-INF/MANIFEST.MF b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
index 54383e6..989ccc4 100644
--- a/platform/org.eclipse.platform/META-INF/MANIFEST.MF
+++ b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
@@ -14,3 +14,4 @@
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.platform.internal;x-internal:=true
 Eclipse-BundleShape: dir
+Automatic-Module-Name: org.eclipse.platform
diff --git a/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF b/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
index 07138ce..2a245f0 100644
--- a/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
@@ -19,3 +19,4 @@
  org.xml.sax.helpers
 Service-Component: OSGI-INF/bundleGroup.xml
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.update.configurator