From 70151ce491ebf3ce6e6a33edf7a5cc130ad4c676 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 19 Feb 2018 18:55:44 -0500 Subject: [PATCH] Bug 531360 - Run ninja menu item is showing up in Docker views - fix visibleWhen attribute of menuContribution - also fix some warnings due to command not being set up properly Change-Id: I8b5239b1edcd5da20201e71d23dce3bfb18c6d0c --- build/org.eclipse.cdt.meson.ui/plugin.xml | 31 ++++++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/build/org.eclipse.cdt.meson.ui/plugin.xml b/build/org.eclipse.cdt.meson.ui/plugin.xml index 8b27bcb8e2c..a517f8ec1cf 100644 --- a/build/org.eclipse.cdt.meson.ui/plugin.xml +++ b/build/org.eclipse.cdt.meson.ui/plugin.xml @@ -70,14 +70,15 @@ point="org.eclipse.cdt.launch.coreBuildTab"> + + @@ -95,12 +96,11 @@ - + @@ -126,7 +126,24 @@ label="%meson.run.ninja.label" mnemonic="%meson.run.ninja.mnemonic" style="push"> - + + + + + + + + + + + +