Bug 527986 - Add Automatic-Module-Name to MANIFEST.MF in PDE repo

Change-Id: I11078fc2546647d3d1954ffe14c8224de07eb2c4
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
diff --git a/examples/comparator/org.example.a/META-INF/MANIFEST.MF b/examples/comparator/org.example.a/META-INF/MANIFEST.MF
index 323b00e..f2424f6 100755
--- a/examples/comparator/org.example.a/META-INF/MANIFEST.MF
+++ b/examples/comparator/org.example.a/META-INF/MANIFEST.MF
@@ -2,6 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: A
 Bundle-SymbolicName: org.example.a
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.100.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
 Export-Package: org.example.a
+Automatic-Module-Name: org.example.a
diff --git a/examples/comparator/org.example.b/META-INF/MANIFEST.MF b/examples/comparator/org.example.b/META-INF/MANIFEST.MF
index 900c6ee..bdf7ae6 100755
--- a/examples/comparator/org.example.b/META-INF/MANIFEST.MF
+++ b/examples/comparator/org.example.b/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: B
 Bundle-SymbolicName: org.example.b
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.100
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
 Import-Package: org.example.a
+Automatic-Module-Name: org.example.b
diff --git a/examples/packaging_p2_product/org.example.mail/META-INF/MANIFEST.MF b/examples/packaging_p2_product/org.example.mail/META-INF/MANIFEST.MF
index eb4b11b..57e0330 100644
--- a/examples/packaging_p2_product/org.example.mail/META-INF/MANIFEST.MF
+++ b/examples/packaging_p2_product/org.example.mail/META-INF/MANIFEST.MF
@@ -2,9 +2,10 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Mail Plug-in
 Bundle-SymbolicName: org.example.mail; singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.100.qualifier
 Bundle-Activator: org.example.mail.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.example.mail
diff --git a/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF b/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF
index bf2b177..31703ad 100644
--- a/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF
@@ -36,3 +36,4 @@
  org.eclipse.equinox.simpleconfigurator.manipulator;version="2.0.0"
 Bundle-ActivationPolicy: lazy
 Eclipse-BundleShape: dir
+Automatic-Module-Name: org.eclipse.pde.build.tests
diff --git a/org.eclipse.pde.build/META-INF/MANIFEST.MF b/org.eclipse.pde.build/META-INF/MANIFEST.MF
index 1cc6deb..3243e26 100644
--- a/org.eclipse.pde.build/META-INF/MANIFEST.MF
+++ b/org.eclipse.pde.build/META-INF/MANIFEST.MF
@@ -47,3 +47,4 @@
 Bundle-ActivationPolicy: lazy
 Eclipse-BundleShape: dir
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Automatic-Module-Name: org.eclipse.pde.build