Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Reckord2017-05-15 09:58:31 +0000
committerCarsten Reckord2017-05-15 09:59:37 +0000
commita3c94953b2c00d08c82996be749afa23c3d96954 (patch)
tree19af8d665adc3b277da1cbef5abd77ee82aed3e7 /packages/org.eclipse.epp.package.rcp/plugin.xml
parent0901f4a2344ee2401e89c1887ae4b0ea910c41d9 (diff)
downloadorg.eclipse.epp.packages-a3c94953b2c00d08c82996be749afa23c3d96954.tar.gz
org.eclipse.epp.packages-a3c94953b2c00d08c82996be749afa23c3d96954.tar.xz
org.eclipse.epp.packages-a3c94953b2c00d08c82996be749afa23c3d96954.zip
516641: Update MPC entry subline
This changes the subline for MPC and adds a command parameter for MPC to detect that it was opened from the Welcome screen. Bug: 516641 Change-Id: I38a9cb692a157fbc7057c84116b4f62b2b1dd5ce Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=516641 Signed-off-by: Carsten Reckord <reckord@yatta.de>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
index 3e8ca7c7..0163854b 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin.xml
+++ b/packages/org.eclipse.epp.package.rcp/plugin.xml
@@ -140,7 +140,7 @@
theme="org.eclipse.ui.intro.universal.solstice">
</override>
<command
- id="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard"
+ id="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard(trigger=welcome)"
label="%ql.mpc.label"
description="%ql.mpc.description"
icon="platform:/plugin/org.eclipse.epp.mpc.ui/intro/css/marketplace.png">

Back to the top