Bug 284882 - [target] Make features first class citizens in target definitions
Summary: [target] Make features first class citizens in target definitions
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 3.6 M6   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks: 284885 284887 288425
  Show dependency tree
 
Reported: 2009-07-28 11:29 EDT by Curtis Windatt CLA
Modified: 2010-02-25 14:47 EST (History)
6 users (show)

See Also:
curtis.windatt.public: review? (darin.eclipse)


Attachments
Patch (231.27 KB, patch)
2010-02-25 14:33 EST, Curtis Windatt CLA
no flags Details | Diff
mylyn/context/zip (1.94 MB, application/octet-stream)
2010-02-25 14:34 EST, Curtis Windatt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2009-07-28 11:29:15 EDT
We need a grouping mechanism in targets.  There are too many plug-ins for most users to manage.  The standard way of grouping in Eclipse is features.  While features are not required by p2 or osgi, they are used in a number of areas within Eclipse.

Currently features in targets are hidden from the user.  We should make them first class citizens, incorporating them into the UI.
Comment 1 Curtis Windatt CLA 2010-02-25 14:33:59 EST
Created attachment 160225 [details]
Patch
Comment 2 Curtis Windatt CLA 2010-02-25 14:34:11 EST
Created attachment 160226 [details]
mylyn/context/zip
Comment 3 Curtis Windatt CLA 2010-02-25 14:47:24 EST
Made a couple more tweaks and applied the fix to HEAD.

Darin please verify.