Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index cc2aeacaa..6bdb65030 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -105,9 +105,9 @@
</action>
<action
menubarPath="team.target/group1"
- class="org.eclipse.team.internal.ui.target.PutAction"
- id="org.eclipse.team.target.putAction"
- label="%Deployment.putAction">
+ class="org.eclipse.team.internal.ui.target.UploadAction"
+ id="org.eclipse.team.target.uploadAction"
+ label="%Deployment.uploadAction">
</action>
<action
menubarPath="team.target/group1"

Back to the top