*** empty log message ***
diff --git a/update/org.eclipse.update.core.linux/fragment.properties b/update/org.eclipse.update.core.linux/fragment.properties
deleted file mode 100644
index 265e89c..0000000
--- a/update/org.eclipse.update.core.linux/fragment.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-fragmentName = Install/Update Manager Linux Fragment
-providerName = Eclipse.org
\ No newline at end of file
diff --git a/update/org.eclipse.update.core.linux/fragment.xml b/update/org.eclipse.update.core.linux/fragment.xml
index 12c65d6..b17e046 100644
--- a/update/org.eclipse.update.core.linux/fragment.xml
+++ b/update/org.eclipse.update.core.linux/fragment.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fragment
    id="org.eclipse.update.core.linux"
-   name="%fragmentName"
+   name="Install/Update Core for Linux"
    version="2.0.0"
-   provider-name="%providerName"
+   provider-name="Eclipse.org"
    plugin-id="org.eclipse.update.core"
    plugin-version="2.0.0"
    match="compatible">
diff --git a/update/org.eclipse.update.core.win32/fragment.properties b/update/org.eclipse.update.core.win32/fragment.properties
deleted file mode 100644
index d15b09f..0000000
--- a/update/org.eclipse.update.core.win32/fragment.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-fragmentName = Install/Update Manager Win32 Fragment
-providerName = Eclipse.org
\ No newline at end of file
diff --git a/update/org.eclipse.update.core.win32/fragment.xml b/update/org.eclipse.update.core.win32/fragment.xml
index 3c93ad7..21b0ddb 100644
--- a/update/org.eclipse.update.core.win32/fragment.xml
+++ b/update/org.eclipse.update.core.win32/fragment.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fragment
    id="org.eclipse.update.core.win32"
-   name="%fragmentName"
+   name="Install/Update Core for Windows"
    version="2.0.0"
-   provider-name="%providerName"
+   provider-name="Eclipse.org"
    plugin-id="org.eclipse.update.core"
    plugin-version="2.0.0"
    match="compatible">
diff --git a/update/org.eclipse.update.core/plugin.properties b/update/org.eclipse.update.core/plugin.properties
index b631a12..5944539 100644
--- a/update/org.eclipse.update.core/plugin.properties
+++ b/update/org.eclipse.update.core/plugin.properties
@@ -1,3 +1,4 @@
+pluginName= Install/Update Core

+providerName= Eclipse.org

 

-name = Install/Update Core

-provider-name = Eclipse.org
\ No newline at end of file
+

diff --git a/update/org.eclipse.update.core/plugin.xml b/update/org.eclipse.update.core/plugin.xml
index 719fe6c..73d4e49 100644
--- a/update/org.eclipse.update.core/plugin.xml
+++ b/update/org.eclipse.update.core/plugin.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <plugin

    id="org.eclipse.update.core"

-   name="%name"

+   name="%pluginName"

    version="2.0.0"

-   provider-name="%provider-name"

+   provider-name="%providerName"

    class="org.eclipse.update.internal.core.UpdateManagerPlugin">

 

    <runtime>

diff --git a/update/org.eclipse.update.ui.win32/fragment.properties b/update/org.eclipse.update.ui.win32/fragment.properties
index 864316b..6f23d20 100644
--- a/update/org.eclipse.update.ui.win32/fragment.properties
+++ b/update/org.eclipse.update.ui.win32/fragment.properties
@@ -1,3 +1 @@
-fragmentName = Install/Update UI Win32 Fragment
-provider-name = Eclipse.org
 views.webBrowser.label = External Preview
\ No newline at end of file
diff --git a/update/org.eclipse.update.ui.win32/fragment.xml b/update/org.eclipse.update.ui.win32/fragment.xml
index a9fe430..01d1694 100644
--- a/update/org.eclipse.update.ui.win32/fragment.xml
+++ b/update/org.eclipse.update.ui.win32/fragment.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fragment
    id="org.eclipse.update.ui.win32"
-   name="%fragmentName"
+   name="Install/Update UI for Windows"
    version="2.0.0"
-   provider-name="%provider-name"
+   provider-name="Eclipse.org"
    plugin-id="org.eclipse.update.ui"
    plugin-version="2.0.0"
    match="compatible">
@@ -31,3 +31,6 @@
       </view>
    </extension>
 </fragment>
+
+
+
diff --git a/update/org.eclipse.update.ui/plugin.properties b/update/org.eclipse.update.ui/plugin.properties
index 8c69bc3..1ef5c9f 100644
--- a/update/org.eclipse.update.ui/plugin.properties
+++ b/update/org.eclipse.update.ui/plugin.properties
@@ -1,8 +1,8 @@
 #

 # Update UI plugin.xml resources

 #

-name = Install/Update UI

-provider-name = Eclipse.org

+pluginName = Install/Update UI

+providerName = Eclipse.org

 

 updateMenu.label = &Software Updates

 actionSets.softwareUpdates.label = &Software Updates

diff --git a/update/org.eclipse.update.ui/plugin.xml b/update/org.eclipse.update.ui/plugin.xml
index b2f0b92..eca17d5 100644
--- a/update/org.eclipse.update.ui/plugin.xml
+++ b/update/org.eclipse.update.ui/plugin.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <plugin

    id="org.eclipse.update.ui"

-   name="%name"

+   name="%pluginName"

    version="2.0.0"

-   provider-name="%provider-name"

+   provider-name="%providerName"

    class="org.eclipse.update.internal.ui.UpdateUIPlugin">

 

    <runtime>