Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 90680 Details for
Bug 215914
[prov] Enabling / disabling old update UI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
org.eclipse.ui.ide changes moved to org.eclipse.ui.ide.application
patch.txt (text/plain), 5.23 KB, created by
Tim Mok
on 2008-02-25 14:58:37 EST
(
hide
)
Description:
org.eclipse.ui.ide changes moved to org.eclipse.ui.ide.application
Filename:
MIME Type:
Creator:
Tim Mok
Created:
2008-02-25 14:58:37 EST
Size:
5.23 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/plugin.xml,v >retrieving revision 1.267 >diff -u -r1.267 plugin.xml >--- plugin.xml 13 Feb 2008 19:16:40 -0000 1.267 >+++ plugin.xml 25 Feb 2008 19:57:32 -0000 >@@ -984,43 +984,6 @@ > > <!-- Update Actions --> > <extension >- point="org.eclipse.ui.actionSets"> >- <actionSet >- label="%UpdateActionSet.label" >- visible="true" >- id="org.eclipse.update.ui.softwareUpdates"> >- <menu >- label="%UpdateActionSet.menu.label" >- path="help/group.updates" >- id="org.eclipse.update.ui.updateMenu"> >- <separator >- name="group0"> >- </separator> >- <separator >- name="group1"> >- </separator> >- </menu> >- <action >- class="org.eclipse.ui.internal.ide.update.ConfigurationManagerAction" >- definitionId="org.eclipse.ui.update.manageConfiguration" >- helpContextId="org.eclipse.update.ui.newUpdates" >- icon="$nl$/icons/full/elcl16/configs.gif" >- id="org.eclipse.update.ui.configManager" >- label="%UpdateActionSet.configManager.label" >- menubarPath="help/org.eclipse.update.ui.updateMenu/group0"> >- </action> >- <action >- class="org.eclipse.ui.internal.ide.update.InstallWizardAction" >- definitionId="org.eclipse.ui.update.findAndInstallUpdates" >- helpContextId="org.eclipse.update.ui.newUpdates" >- icon="$nl$/icons/full/elcl16/usearch_obj.gif" >- id="org.eclipse.update.ui.newUpdates" >- label="%UpdateActionSet.updates.label" >- menubarPath="help/org.eclipse.update.ui.updateMenu/group0"> >- </action> >- </actionSet> >- </extension> >- <extension > point="org.eclipse.core.runtime.preferences"> > <initializer class="org.eclipse.ui.internal.ide.IDEPreferenceInitializer"/> > </extension> >@@ -2188,5 +2151,4 @@ > type="org.eclipse.ui.internal.views.markers.ExtendedMarkersView"> > </propertyTester> > </extension> >- > </plugin> >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/plugin.properties,v >retrieving revision 1.128 >diff -u -r1.128 plugin.properties >--- plugin.properties 10 Feb 2008 22:18:41 -0000 1.128 >+++ plugin.properties 25 Feb 2008 19:57:30 -0000 >@@ -190,11 +190,6 @@ > command.showResourceByPath.description= Show a resource in the Navigator given its path > commandParameter.showResourceByPath.resourcePath.name= Resource Path > >-UpdateActionSet.label = Software Updates >-UpdateActionSet.menu.label = &Software Updates >-UpdateActionSet.updates.label = &Find and Install... >-UpdateActionSet.configManager.label = &Manage Configuration >- > KeyBindingActionSet.label = Keyboard Shortcuts > KeyBindingActionSet.showKeyAssist.label = &Key Assist... > >#P org.eclipse.ui.ide.application >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide.application/plugin.properties,v >retrieving revision 1.3 >diff -u -r1.3 plugin.properties >--- plugin.properties 3 Feb 2008 15:46:14 -0000 1.3 >+++ plugin.properties 25 Feb 2008 19:57:34 -0000 >@@ -16,4 +16,8 @@ > Perspective.resourcePerspective = Resource > Perspective.resourceDescription = This perspective is designed to provide general resource viewing and navigation. > >-restart.mnemonic = t >\ No newline at end of file >+restart.mnemonic = t >+ >+updateMenu.label = &Software Updates >+actionSets.updates.label = &Find and Install... >+actionSets.configManager.label = &Manage Configuration... >\ No newline at end of file >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide.application/plugin.xml,v >retrieving revision 1.4 >diff -u -r1.4 plugin.xml >--- plugin.xml 3 Feb 2008 15:46:14 -0000 1.4 >+++ plugin.xml 25 Feb 2008 19:57:34 -0000 >@@ -52,5 +52,24 @@ > style="push"> > </command> > </menuContribution> >+ <menuContribution >+ locationURI="menu:help?after=additions"> >+ <menu label="%updateMenu.label"> >+ <command >+ commandId="org.eclipse.ui.update.findAndInstallUpdates" >+ helpContextId="org.eclipse.update.ui.newUpdates" >+ icon="icons/elcl16/usearch_obj.gif" >+ label="%actionSets.updates.label" >+ style="push"> >+ </command> >+ <command >+ commandId="org.eclipse.ui.update.manageConfiguration" >+ helpContextId="org.eclipse.update.ui.newUpdates" >+ icon="icons/elcl16/configs.gif" >+ label="%actionSets.configManager.label" >+ style="push"> >+ </command> >+ </menu> >+ </menuContribution> > </extension> > </plugin>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215914
:
88333
|
88782
|
89320
|
90390
|
90391
| 90680