From 55f6319a3ff305482893dd2acf330fe8b95aab88 Mon Sep 17 00:00:00 2001 From: Kevin Doyle Date: Wed, 12 Nov 2008 16:39:07 +0000 Subject: [PATCH] [242431] Register a new unique context menu id, so contributions can be made to all our views --- .../UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java index 9be41bc775c..9b99fba6f6e 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemContextMenuConstants.java @@ -43,6 +43,8 @@ import org.eclipse.ui.IWorkbenchActionConstants; * menu.add(new Separator(ISystemContextMenuConstants.GROUP_TEAM)); // Team * menu.add(new Separator(ISystemContextMenuConstants.GROUP_PROPERTIES)); // Properties * + * + * @noimplement This interface is not intended to be implemented by clients. */ public interface ISystemContextMenuConstants {