Skip to content

Commit

Permalink
[eclipse] Hide Xtend UI contributions.
Browse files Browse the repository at this point in the history
close #668

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 12, 2017
1 parent 70bdd40 commit bcb5aec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions main/coreplugins/io.sarl.eclipse/plugin.xml
Expand Up @@ -624,4 +624,17 @@
</view>
</extension>

<!-- Disable Xtend UI contributions by default. -->
<extension point="org.eclipse.ui.activities">
<activity id="io.sarl.eclipse.activities.xtendContributions" name="XtendContributionsActivity">
<enabledWhen>
<with variable="io.sarl.eclipse.Xtend.uiContributions">
<equals value="true"/>
</with>
</enabledWhen>
</activity>
<activityPatternBinding activityId="io.sarl.eclipse.activities.xtendContributions"
pattern=".*[Xx]tend.*"/>
</extension>

</plugin>

0 comments on commit bcb5aec

Please sign in to comment.