90129 Convert install/update plug-ins to use manifest.mf
diff --git a/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF b/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
index 01d5982..5238c68 100644
--- a/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
@@ -1,14 +1,13 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.update.configurator; singleton:=true
-Bundle-Version: 3.1.0
-Bundle-ClassPath: .
-Bundle-Activator: org.eclipse.update.internal.configurator.ConfigurationActivator
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
+Manifest-Version: 1.0

+Bundle-ManifestVersion: 2

+Bundle-Name: %pluginName

+Bundle-SymbolicName: org.eclipse.update.configurator; singleton:=true

+Bundle-Version: 3.1.0

+Bundle-Activator: org.eclipse.update.internal.configurator.ConfigurationActivator

+Bundle-Vendor: %providerName

+Bundle-Localization: plugin

 Export-Package: org.eclipse.update.configurator,
  org.eclipse.update.internal.configurator,
- org.eclipse.update.internal.configurator.branding
-Require-Bundle: org.eclipse.core.runtime
-Eclipse-AutoStart: true
+ org.eclipse.update.internal.configurator.branding

+Require-Bundle: org.eclipse.core.runtime

+Eclipse-AutoStart: true

diff --git a/update/org.eclipse.update.core.linux/build.properties b/update/org.eclipse.update.core.linux/build.properties
index 47d641c..cd95a2e 100644
--- a/update/org.eclipse.update.core.linux/build.properties
+++ b/update/org.eclipse.update.core.linux/build.properties
@@ -8,11 +8,9 @@
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
-bin.includes = fragment.xml,\
-               os/,\
+bin.includes = os/,\
                fragment.properties,\
                about.html,\
                META-INF/
 src.includes = src/,\
-               fragment.xml,\
                about.html
diff --git a/update/org.eclipse.update.core.linux/fragment.xml b/update/org.eclipse.update.core.linux/fragment.xml
deleted file mode 100644
index 626b8a4..0000000
--- a/update/org.eclipse.update.core.linux/fragment.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<fragment>
-
-   
-</fragment>
diff --git a/update/org.eclipse.update.core.win32/build.properties b/update/org.eclipse.update.core.win32/build.properties
index 346ce11..34f0bb7 100644
--- a/update/org.eclipse.update.core.win32/build.properties
+++ b/update/org.eclipse.update.core.win32/build.properties
@@ -8,11 +8,9 @@
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
-bin.includes = fragment.xml,\
-               os/,\
+bin.includes = os/,\
                fragment.properties,\
                about.html,\
                META-INF/
-src.includes = fragment.xml,\
-               about.html,\
+src.includes = about.html,\
                src/
diff --git a/update/org.eclipse.update.core.win32/fragment.xml b/update/org.eclipse.update.core.win32/fragment.xml
deleted file mode 100644
index 626b8a4..0000000
--- a/update/org.eclipse.update.core.win32/fragment.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<fragment>
-
-   
-</fragment>
diff --git a/update/org.eclipse.update.core/META-INF/MANIFEST.MF b/update/org.eclipse.update.core/META-INF/MANIFEST.MF
index bc5418e..126c22f 100644
--- a/update/org.eclipse.update.core/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.core/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.update.core; singleton:=true
 Bundle-Version: 3.1.0
-Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.update.internal.core.UpdateCore
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/update/org.eclipse.update.scheduler/META-INF/MANIFEST.MF b/update/org.eclipse.update.scheduler/META-INF/MANIFEST.MF
index bfd81d1..91e48ac 100644
--- a/update/org.eclipse.update.scheduler/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.scheduler/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.update.scheduler; singleton:=true
 Bundle-Version: 3.1.0
-Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.update.internal.scheduler.UpdateScheduler
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/update/org.eclipse.update.ui/META-INF/MANIFEST.MF b/update/org.eclipse.update.ui/META-INF/MANIFEST.MF
index 0a9e873..b51429c 100644
--- a/update/org.eclipse.update.ui/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.update.ui; singleton:=true
 Bundle-Version: 3.1.0
-Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.update.internal.ui.UpdateUI
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin