Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368766 - Custom modules should appear under "Eclipse Projects" on the module configuration screen
Summary: Custom modules should appear under "Eclipse Projects" on the module configura...
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Project Management & Portal (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Portal Bugzilla Dummy Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 363868
  Show dependency tree
 
Reported: 2012-01-16 15:06 EST by Wayne Beaton CLA
Modified: 2012-01-18 14:31 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wayne Beaton CLA 2012-01-16 15:06:13 EST
There is currently an "ECLIPSE.ORG - CUSTOM" grouping. This name should be "Eclipse Projects"

Eclipse features found under "FEATURES", should be moved under the "Eclipse Projects" grouping. This includes "Project Feature" and "Release Feature" (currently under "FEATURES"). 

Further, the fact that Projects and Releases are implemented using Features is irrelevant; the word "Feature" should not occur in the module name.
Comment 1 Nathan Gervais CLA 2012-01-16 16:12:50 EST
Moving Feature based modules is not something that can easily be changed through the UI. I have a feeling that moving these features out of the "Features" group will be overriden every time the feature is recompiled.

Also i'll have to recreate the features from scratch in order to change the feature name to drop the _feature string.  As I can't change the machine name of the feature (easily).  I'll need to spend some time seeing if i can just change this string in the code.

I've updated the "Eclipse.Org - Custom" for those modules.
Comment 2 Wayne Beaton CLA 2012-01-17 15:25:51 EST
I did a little experiment. Apparently, you can just change the values in the .info file and the Features module honours it. At least that's what I've observed.
Comment 3 Nathan Gervais CLA 2012-01-18 14:31:25 EST
I've committed these changes to the repo.  Marking as FIXED