From 780951348603c2120cd156cf28a3367c468cb43c Mon Sep 17 00:00:00 2001 From: Kevin Doyle Date: Wed, 12 Nov 2008 16:15:52 +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 | 1 + 1 file changed, 1 insertion(+) 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 fdc16957962..9be41bc775c 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 @@ -54,6 +54,7 @@ public interface ISystemContextMenuConstants * RSE Views: Remote Systems, Remote System Details, Monitor, and Scratchpad * Note: This does does not work with dialog's which have the SystemView * embedded in them. + * @since 3.1 */ public static final String RSE_CONTEXT_MENU = "org.eclipse.rse.views.common"; //$NON-NLS-1$