Skip to content

Commit

Permalink
511216: Support central USS OAuth login in MPC
Browse files Browse the repository at this point in the history
Register MPC with descriptive label

Bug: 511216
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511216
  • Loading branch information
creckord committed May 24, 2017
1 parent 6241b6f commit bd9478f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions org.eclipse.epp.mpc.ui/plugin.xml
Expand Up @@ -168,4 +168,13 @@
label="%keyword.discovery">
</keyword>
</extension>
<extension
point="org.eclipse.userstorage.oauth.clients">
<client
authURI="https://accounts.eclipse.org/"
icon="icons/marketplace16.png"
id="org.eclipse.epp.mpc.oauth"
name="Eclipse Marketplace">
</client>
</extension>
</plugin>

0 comments on commit bd9478f

Please sign in to comment.