Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 252296
Collapse All | Expand All

(-)src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (+2 lines)
Lines 13-18 Link Here
13
 *                                API to the user actions plugin
13
 *                                API to the user actions plugin
14
 * Xuan Chen     (IBM) - [225617] [useraction][api] Remove Team view support inside user action.
14
 * Xuan Chen     (IBM) - [225617] [useraction][api] Remove Team view support inside user action.
15
 * Kevin Doyle (IBM)   - [222828] Icons for some Actions Missing
15
 * Kevin Doyle (IBM)   - [222828] Icons for some Actions Missing
16
 * Kevin Doyle	 (IBM) - [252296] Work With User Actions action is not available in offline mode
16
 *******************************************************************************/
17
 *******************************************************************************/
17
//import java.util.Iterator;
18
//import java.util.Iterator;
18
import org.eclipse.jface.dialogs.Dialog;
19
import org.eclipse.jface.dialogs.Dialog;
Lines 91-96 Link Here
91
		else
92
		else
92
			setContextMenuGroup(ISystemContextMenuConstants.GROUP_REORGANIZE);
93
			setContextMenuGroup(ISystemContextMenuConstants.GROUP_REORGANIZE);
93
		setHelp(RSEUIPlugin.HELPPREFIX + "actn0045"); //$NON-NLS-1$
94
		setHelp(RSEUIPlugin.HELPPREFIX + "actn0045"); //$NON-NLS-1$
95
		setAvailableOffline(true);
94
	}
96
	}
95
97
96
	/**
98
	/**

Return to bug 252296