Bug 205347 - [relengtool] Hook "tag map projects" action to another map project
Summary: [relengtool] Hook "tag map projects" action to another map project
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.4 M3   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-10-03 15:27 EDT by DJ Houghton CLA
Modified: 2007-10-26 11:18 EDT (History)
3 users (show)

See Also:


Attachments
Patch to allow Tag Map Projects on arbitrary map files (957 bytes, patch)
2007-10-23 07:37 EDT, Peter Kullmann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2007-10-03 15:27:30 EDT
As a follow-up to bug 170630, we now have the ability to do Compare With -> Released and Replace With -> Released to work with map projects which aren't named org.eclipse.releng.

It seems that there is another action (Team -> Tag Map Projects) which is hard-coded to use the org.eclipse.releng project. We should add support to hook it into the user-preference of map project name.
Comment 1 Peter Kullmann CLA 2007-10-23 07:37:24 EDT
Created attachment 80943 [details]
Patch to allow Tag Map Projects on arbitrary map files

The patch enables the "Tag Map Projects" action on any file resource with a .map extension. It uses the same code as in LoadMap (for LoadMapProjects).

It doesn't check whether the map files are ok (by calling MapProject.mapsAreLoaded()).
Comment 2 Michael Valenta CLA 2007-10-26 11:18:40 EDT
Thanks for the patch. I've released it to HEAD