Bug 171098 - [api] remove constants from core that pertain to user defined actions
Summary: [api] remove constants from core that pertain to user defined actions
Status: CLOSED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0   Edit
Assignee: David Dykstal CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-01-19 15:43 EST by David Dykstal CLA
Modified: 2008-08-13 13:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Dykstal CLA 2007-01-19 15:43:03 EST
There are some constants defined in the org.eclipse.rse.ui plugin that are specific to compile commands and user defined actions. These should be defined in the new user defined actions plugin, not the user interface plugin.

Since these are public, they are nominally API, but there are no references to them in the base code.

SystemViewResources.java
	public static String	RESID_PROPERTY_TEAM_USERACTION_TYPE_VALUE;
	public static String	RESID_PROPERTY_TEAM_COMPILETYPE_TYPE_VALUE;
	public static String	RESID_PROPERTY_TEAM_COMPILECMD_TYPE_VALUE;
	public static String	RESID_PROPERTY_COMPILETYPE_TYPES_LABEL;
	public static String	RESID_PROPERTY_COMPILETYPE_TYPES_DESCRIPTION;

SystemResources.java
	public static String RESID_TEAMVIEW_USERACTION_VALUE;
Comment 1 David Dykstal CLA 2007-01-19 15:47:39 EST
The constants were moved from these classes and will be reinstated in the UDA plugin when that becomes available.
Comment 2 Martin Oberhuber CLA 2007-02-14 11:17:01 EST
Closing [api] bugs that have apparently been fixed in the code.
Comment 3 Martin Oberhuber CLA 2008-08-13 13:16:46 EDT
[target cleanup] 2.0 M5 was the original target milestone for this bug