mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +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
|
||||
id="org.eclipse.cdt.debug.application.activity.filterMenus"
|
||||
name="%FilterMenus.name">
|
||||
<enabledWhen>
|
||||
<not>
|
||||
<systemTest
|
||||
property="eclipse.product"
|
||||
value="org.eclipse.cdt.debug.application.product">
|
||||
</systemTest>
|
||||
</not>
|
||||
</enabledWhen>
|
||||
</activity>
|
||||
<categoryActivityBinding
|
||||
activityId="org.eclipse.cdt.debug.application.activity.filterMenus"
|
||||
|
|
Loading…
Add table
Reference in a new issue