"Delete Built result.."
Hi, I am trying to disable the tab "Delete Build result.." It appears in the right click pop-up menu within the Builds view. The reason is than another tab has been added with similar functionality into that pop-up menu and it not convenient to have both of them as it looks quite confusing.
Do you have any suggestion on how to do that?
Thanks in advance :)
|
Accepted answer
"Delete Build Result.." ID is com.ibm.team.build.ui.deleteBuildResultAction
<extension point="org.eclipse.ui.activities"> <activity id="myActivity" name="MenuHidingActivity"> </activity> <activityPatternBinding activityId="myActivity" pattern="contributing plug-in id / local id"> So in this case: Ralph Schoon selected this answer as the correct answer
Comments
Ralph Schoon
commented Mar 24 '14, 12:58 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please be aware that the pattern is a regular expression and you need to escape the period which would map to any character e.g. as .
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.