Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 215914 | Differences between
and this patch

Collapse All | Expand All

(-)plugin.xml (-38 lines)
Lines 984-1026 Link Here
984
984
985
<!-- Update Actions -->
985
<!-- Update Actions -->
986
   <extension
986
   <extension
987
         point="org.eclipse.ui.actionSets">
988
      <actionSet
989
            label="%UpdateActionSet.label"
990
            visible="true"
991
            id="org.eclipse.update.ui.softwareUpdates">
992
         <menu
993
               label="%UpdateActionSet.menu.label"
994
               path="help/group.updates"
995
               id="org.eclipse.update.ui.updateMenu">
996
            <separator
997
                  name="group0">
998
            </separator>
999
            <separator
1000
                  name="group1">
1001
            </separator>
1002
         </menu>
1003
         <action
1004
               class="org.eclipse.ui.internal.ide.update.ConfigurationManagerAction"
1005
               definitionId="org.eclipse.ui.update.manageConfiguration"
1006
               helpContextId="org.eclipse.update.ui.newUpdates"
1007
               icon="$nl$/icons/full/elcl16/configs.gif"
1008
               id="org.eclipse.update.ui.configManager"
1009
               label="%UpdateActionSet.configManager.label"
1010
               menubarPath="help/org.eclipse.update.ui.updateMenu/group0">
1011
         </action>
1012
         <action
1013
               class="org.eclipse.ui.internal.ide.update.InstallWizardAction"
1014
               definitionId="org.eclipse.ui.update.findAndInstallUpdates"
1015
               helpContextId="org.eclipse.update.ui.newUpdates"
1016
               icon="$nl$/icons/full/elcl16/usearch_obj.gif"
1017
               id="org.eclipse.update.ui.newUpdates"
1018
               label="%UpdateActionSet.updates.label"
1019
               menubarPath="help/org.eclipse.update.ui.updateMenu/group0">
1020
         </action>
1021
      </actionSet>
1022
   </extension>
1023
   <extension
1024
         point="org.eclipse.core.runtime.preferences">
987
         point="org.eclipse.core.runtime.preferences">
1025
      <initializer class="org.eclipse.ui.internal.ide.IDEPreferenceInitializer"/>
988
      <initializer class="org.eclipse.ui.internal.ide.IDEPreferenceInitializer"/>
1026
   </extension>
989
   </extension>
Lines 2188-2192 Link Here
2188
            type="org.eclipse.ui.internal.views.markers.ExtendedMarkersView">
2151
            type="org.eclipse.ui.internal.views.markers.ExtendedMarkersView">
2189
      </propertyTester>
2152
      </propertyTester>
2190
   </extension>
2153
   </extension>
2191
   
2192
</plugin>
2154
</plugin>
(-)plugin.properties (-5 lines)
Lines 190-200 Link Here
190
command.showResourceByPath.description= Show a resource in the Navigator given its path
190
command.showResourceByPath.description= Show a resource in the Navigator given its path
191
commandParameter.showResourceByPath.resourcePath.name= Resource Path
191
commandParameter.showResourceByPath.resourcePath.name= Resource Path
192
192
193
UpdateActionSet.label = Software Updates
194
UpdateActionSet.menu.label = &Software Updates
195
UpdateActionSet.updates.label = &Find and Install...
196
UpdateActionSet.configManager.label = &Manage Configuration
197
198
KeyBindingActionSet.label = Keyboard Shortcuts
193
KeyBindingActionSet.label = Keyboard Shortcuts
199
KeyBindingActionSet.showKeyAssist.label = &Key Assist...
194
KeyBindingActionSet.showKeyAssist.label = &Key Assist...
200
195
(-)plugin.properties (-1 / +5 lines)
Lines 16-19 Link Here
16
Perspective.resourcePerspective = Resource
16
Perspective.resourcePerspective = Resource
17
Perspective.resourceDescription = This perspective is designed to provide general resource viewing and navigation. 
17
Perspective.resourceDescription = This perspective is designed to provide general resource viewing and navigation. 
18
18
19
restart.mnemonic = t
19
restart.mnemonic = t
20
21
updateMenu.label = &Software Updates
22
actionSets.updates.label = &Find and Install...
23
actionSets.configManager.label = &Manage Configuration...
(-)plugin.xml (+19 lines)
Lines 52-56 Link Here
52
               style="push">
52
               style="push">
53
         </command>
53
         </command>
54
      </menuContribution>
54
      </menuContribution>
55
      <menuContribution
56
             locationURI="menu:help?after=additions">
57
       <menu label="%updateMenu.label">
58
               <command
59
                     commandId="org.eclipse.ui.update.findAndInstallUpdates"
60
                     helpContextId="org.eclipse.update.ui.newUpdates"
61
                     icon="icons/elcl16/usearch_obj.gif"
62
                     label="%actionSets.updates.label"
63
                     style="push">
64
               </command>
65
               <command
66
                     commandId="org.eclipse.ui.update.manageConfiguration"
67
                     helpContextId="org.eclipse.update.ui.newUpdates"
68
                     icon="icons/elcl16/configs.gif"
69
                     label="%actionSets.configManager.label"
70
                     style="push">
71
               </command>
72
       </menu>
73
       </menuContribution>
55
   </extension>
74
   </extension>
56
</plugin>
75
</plugin>

Return to bug 215914