Bug 287841 - [RCP] Move org.eclipse.ui.update.findAndInstallUpdates command definition from IDE to update UI
diff --git a/bundles/org.eclipse.ui.ide/plugin.properties b/bundles/org.eclipse.ui.ide/plugin.properties
index 4c7e813..bf9beb0 100644
--- a/bundles/org.eclipse.ui.ide/plugin.properties
+++ b/bundles/org.eclipse.ui.ide/plugin.properties
@@ -187,13 +187,6 @@
 command.newQuickMenu.name= New menu
 command.newQuickMenu.description= Open the New menu
 
-category.update.name= Update
-category.update.description= Commands for Software Updates
-command.manageConfiguration.name= Manage Configuration
-command.manageConfiguration.description= Open the product configuration dialog
-command.findAndInstallUpdates.name= Find and Install Updates
-command.findAndInstallUpdates.description= Open the feature install and update dialog
-
 commandParameter.openFileByPath.filePath.name= File Path
 command.showResourceByPath.name= Show Resource in Navigator
 command.showResourceByPath.description= Show a resource in the Navigator given its path
diff --git a/bundles/org.eclipse.ui.ide/plugin.xml b/bundles/org.eclipse.ui.ide/plugin.xml
index 2032c8e..5771e27 100644
--- a/bundles/org.eclipse.ui.ide/plugin.xml
+++ b/bundles/org.eclipse.ui.ide/plugin.xml
@@ -921,20 +921,6 @@
             categoryId="org.eclipse.ui.category.edit"
             id="org.eclipse.ui.navigate.removeFromWorkingSet">
       </command>
-      <category
-            description="%category.update.description"
-            id="org.eclipse.ui.category.update"
-            name="%category.update.name"/>
-      <command
-            categoryId="org.eclipse.ui.category.update"
-            description="%command.manageConfiguration.description"
-            id="org.eclipse.ui.update.manageConfiguration"
-            name="%command.manageConfiguration.name"/>
-      <command
-            categoryId="org.eclipse.ui.category.update"
-            description="%command.findAndInstallUpdates.description"
-            id="org.eclipse.ui.update.findAndInstallUpdates"
-            name="%command.findAndInstallUpdates.name"/>
       <command
             categoryId="org.eclipse.ui.category.navigate"
             defaultHandler="org.eclipse.ui.internal.ide.handlers.ShowResourceByPathHandler"