No bug - Automatic-Module-Name for all core plugins

Change-Id: If06e82da4f874407ab4684525cc2a9d5516c460c
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF
index 6fdb9f0..ce0168f 100644
--- a/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF
@@ -7,3 +7,4 @@
 Export-Package: org.eclipse.dltk.annotations
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
+Automatic-Module-Name: org.eclipse.dltk.annotations
diff --git a/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF
index 3e1ae07..88602fe 100644
--- a/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF
@@ -21,3 +21,4 @@
  org.eclipse.dltk.console.ui.internal
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.dltk.console.ui
diff --git a/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF
index 048ee1d..d010d12 100644
--- a/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.console
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.dltk.console
diff --git a/core/plugins/org.eclipse.dltk.core.index.lucene/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.index.lucene/META-INF/MANIFEST.MF
index a8f96ac..c5a99db 100644
--- a/core/plugins/org.eclipse.dltk.core.index.lucene/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.index.lucene/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.core.index.lucene
+Automatic-Module-Name: org.eclipse.dltk.core.index.lucene
diff --git a/core/plugins/org.eclipse.dltk.core.index.sql.h2/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.index.sql.h2/META-INF/MANIFEST.MF
index 57047ed..5dc8d82 100644
--- a/core/plugins/org.eclipse.dltk.core.index.sql.h2/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.index.sql.h2/META-INF/MANIFEST.MF
@@ -14,4 +14,4 @@
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.core.index.sql.h2,
  org.eclipse.dltk.internal.core.index.sql.h2
-
+Automatic-Module-Name: org.eclipse.dltk.core.index.sql.h2
diff --git a/core/plugins/org.eclipse.dltk.core.index.sql/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.index.sql/META-INF/MANIFEST.MF
index 2d9b8a9..ab6ffc2 100644
--- a/core/plugins/org.eclipse.dltk.core.index.sql/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.index.sql/META-INF/MANIFEST.MF
@@ -13,3 +13,4 @@
 Export-Package: 
  org.eclipse.dltk.core.index.sql,
  org.eclipse.dltk.internal.core.index.sql
+Automatic-Module-Name: org.eclipse.dltk.core.index.sql
diff --git a/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF
index 77286e8..58a3c9a 100644
--- a/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@
  org.eclipse.dltk.ui
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.dltk.core.tools.ui
diff --git a/core/plugins/org.eclipse.dltk.core/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core/META-INF/MANIFEST.MF
index b724e70..97e06e3 100644
--- a/core/plugins/org.eclipse.dltk.core/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core/META-INF/MANIFEST.MF
@@ -74,3 +74,4 @@
  org.eclipse.dltk.utils
 Bundle-ClassPath: .
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.dltk.core
diff --git a/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF
index 67f1388..6e1aa10 100644
--- a/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@
  org.eclipse.dltk.ui;bundle-version="0.0.0"
 Bundle-Activator: org.eclipse.dltk.formatter.DLTKFormatterPlugin
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.dltk.formatter
diff --git a/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF
index 283fe26..efe95d9 100644
--- a/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF
@@ -26,3 +26,4 @@
  org.eclipse.dltk.launching.sourcelookup
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.dltk.launching
diff --git a/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF
index 6eaca0e..fdc2b3b 100644
--- a/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF
@@ -12,3 +12,4 @@
  org.eclipse.jface,
  org.eclipse.ui,
  org.eclipse.ui.console
+Automatic-Module-Name: org.eclipse.dltk.logconsole.ui
diff --git a/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF
index 89601db..ba5a8e0 100644
--- a/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.logconsole,
  org.eclipse.dltk.logconsole.impl
+Automatic-Module-Name: org.eclipse.dltk.logconsole
diff --git a/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF
index c8cd399..6f65905 100755
--- a/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF
@@ -36,3 +36,4 @@
  org.eclipse.dltk.testing.model
 Bundle-ActivationPolicy: lazy
 Import-Package: com.ibm.icu.text
+Automatic-Module-Name: org.eclipse.dltk.testing
diff --git a/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF
index 606142b..cbdc2c6 100644
--- a/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.dltk.validators.core
diff --git a/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF
index 0bf9384..e14df4a 100644
--- a/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF
@@ -20,3 +20,4 @@
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Vendor: %providerName
+Automatic-Module-Name: org.eclipse.dltk.validators.externalchecker
diff --git a/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF
index a14285b..96f5d66 100644
--- a/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF
@@ -25,3 +25,4 @@
  org.eclipse.dltk.core.tests.xml
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.dltk.core.tests
diff --git a/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF b/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF
index 59dab8b..c843393 100644
--- a/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF
+++ b/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF
@@ -36,3 +36,4 @@
  org.eclipse.dltk.internal.mylyn.editor,
  org.eclipse.dltk.internal.mylyn.search
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.dltk.mylyn
diff --git a/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF
index ad6952b..62fe5a3 100644
--- a/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF
@@ -24,3 +24,4 @@
 Export-Package: org.eclipse.dltk.core.internal.rse;x-friends:=org.eclipse.dltk.rse.ui,
  org.eclipse.dltk.core.internal.rse.perfomance;x-internal:=true
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.dltk.rse.core
diff --git a/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF
index 1ba9517..c84c8f2 100644
--- a/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF
@@ -20,3 +20,4 @@
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.internal.ui.rse;x-internal:=true
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: org.eclipse.dltk.rse.ui
diff --git a/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF
index 14d5657..e3bc8cd 100644
--- a/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF
@@ -13,3 +13,4 @@
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.ssh.core
 Bundle-Localization: plugin
+Automatic-Module-Name: org.eclipse.dltk.ssh.core