Skip to content

Commit

Permalink
502043: Add "marketplace" as a search term in the preferences dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
creckord committed May 15, 2017
1 parent c4a10a3 commit d080508
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extension-point.name = Marketplace Catalog
unassociatedStrategy.label=Search Marketplace
support.name = Marketplace Client
support.description = Eclipse Marketplace installation and wizard
keyword.marketplace = marketplace mpc
keyword.projectnature = project nature
keyword.discovery = discovery
projectNatures.preferencePage.label = Project Natures
7 changes: 7 additions & 0 deletions org.eclipse.epp.mpc.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<keywordReference
id="org.eclipse.ui.ide.project">
</keywordReference>
<keywordReference
id="org.eclipse.epp.mpc.marketplace">
</keywordReference>
<keywordReference
id="org.eclipse.epp.mpc.projectnature">
</keywordReference>
Expand All @@ -104,6 +107,10 @@
</extension>
<extension
point="org.eclipse.ui.keywords">
<keyword
id="org.eclipse.epp.mpc.marketplace"
label="%keyword.marketplace">
</keyword>
<keyword
id="org.eclipse.epp.mpc.projectnature"
label="%keyword.projectnature">
Expand Down

0 comments on commit d080508

Please sign in to comment.