mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
standalone debugger: Disable menus only when product is the standalone debugger
Change-Id: I62345062eddbcdae9134c5f913f771c7cf4f174f Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/28370 Tested-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
parent
43e5ce87e6
commit
27e173d8a1
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@
|
||||||
<activity
|
<activity
|
||||||
id="org.eclipse.cdt.debug.application.activity.filterMenus"
|
id="org.eclipse.cdt.debug.application.activity.filterMenus"
|
||||||
name="%FilterMenus.name">
|
name="%FilterMenus.name">
|
||||||
|
<enabledWhen>
|
||||||
|
<not>
|
||||||
|
<systemTest
|
||||||
|
property="eclipse.product"
|
||||||
|
value="org.eclipse.cdt.debug.application.product">
|
||||||
|
</systemTest>
|
||||||
|
</not>
|
||||||
|
</enabledWhen>
|
||||||
</activity>
|
</activity>
|
||||||
<categoryActivityBinding
|
<categoryActivityBinding
|
||||||
activityId="org.eclipse.cdt.debug.application.activity.filterMenus"
|
activityId="org.eclipse.cdt.debug.application.activity.filterMenus"
|
||||||
|
|
Loading…
Add table
Reference in a new issue