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 90391 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]
Subset of patch v04 for org.eclipse.ui.ide
patch.txt (text/plain), 4.86 KB, created by
John Arthorne
on 2008-02-21 14:32:06 EST
(
hide
)
Description:
Subset of patch v04 for org.eclipse.ui.ide
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2008-02-21 14:32:06 EST
Size:
4.86 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >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 21 Feb 2008 19:31:19 -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... > >@@ -276,4 +271,8 @@ > PreferenceTransfer.BookmarksConfigurations = Bookmarks View Configuration > PreferenceTransfer.BookmarksConfigurations.Description = All configurations set in the bookmarks view. > PreferenceTransfer.AllMarkersConfigurations = All Markers View Configuration >-PreferenceTransfer.AllMarkersConfigurations.Description = All configurations set in the all markers view. >\ No newline at end of file >+PreferenceTransfer.AllMarkersConfigurations.Description = All configurations set in the all markers view. >+ >+updateMenu.label = &Software Updates >+actionSets.updates.label = &Find and Install... >+actionSets.configManager.label = &Manage Configuration... >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 21 Feb 2008 19:31:19 -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> >@@ -1982,6 +1945,25 @@ > </parameter> > </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> > <extension > point="org.eclipse.ui.handlers"> >@@ -2188,5 +2170,4 @@ > type="org.eclipse.ui.internal.views.markers.ExtendedMarkersView"> > </propertyTester> > </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