1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +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>
(cherry picked from commit 27e173d8a1)
Reviewed-on: https://git.eclipse.org/r/28700
This commit is contained in:
Marc-Andre Laperle 2014-06-11 11:54:48 -04:00
parent 852659fa1d
commit ecc63ee1df

View file

@ -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"