Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2012-04-17 15:40:08 +0000
committerTomasz Zarna2012-04-17 15:40:08 +0000
commitd3879a9f2ac2f91c6ba9207e020e826ed76e6163 (patch)
treef68a5b8798f556e3b3fff6500815d40a1f650e5f /bundles
parent4981966662e63b6fe5bef93129b4dd28ef1ac941 (diff)
downloadeclipse.platform.team-d3879a9f2ac2f91c6ba9207e020e826ed76e6163.tar.gz
eclipse.platform.team-d3879a9f2ac2f91c6ba9207e020e826ed76e6163.tar.xz
eclipse.platform.team-d3879a9f2ac2f91c6ba9207e020e826ed76e6163.zip
context-menu actions in the package explorer
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 00ac35084..f305eb65f 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -119,12 +119,13 @@
adaptable="true"
id="org.eclipse.team.ui.ProjectContributions">
<action
- label="%ConfigureProject.label"
- tooltip="%ConfigureProject.tooltip"
class="org.eclipse.team.internal.ui.actions.ConfigureProjectAction"
- menubarPath="team.main/projectGroup"
enablesFor="1"
- id="nonbound.org.eclipse.team.ui.ConfigureProject">
+ helpContextId="org.eclipse.team.ui.share_project_action_context"
+ id="nonbound.org.eclipse.team.ui.ConfigureProject"
+ label="%ConfigureProject.label"
+ menubarPath="team.main/projectGroup"
+ tooltip="%ConfigureProject.tooltip">
</action>
<enablement>
<not>
@@ -189,13 +190,14 @@
adaptable="true"
id="org.eclipse.team.ui.ResourceMappingContributions">
<action
- label="%ApplyPatch.label"
- tooltip="%ApplyPatch.tooltip"
class="org.eclipse.team.internal.ui.actions.ApplyPatchAction"
- menubarPath="team.main/applyPatchGroup"
- enablesFor="*"
definitionId="org.eclipse.team.ui.applyPatch"
- id="org.eclipse.team.ui.applyPatch">
+ enablesFor="*"
+ helpContextId="org.eclipse.team.ui.apply_patch_action_context"
+ id="org.eclipse.team.ui.applyPatch"
+ label="%ApplyPatch.label"
+ menubarPath="team.main/applyPatchGroup"
+ tooltip="%ApplyPatch.tooltip">
</action>
</objectContribution>
</extension>

Back to the top