Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 226032 - [api] implement externalization participant for TaskRepositoryManager
Summary: [api] implement externalization participant for TaskRepositoryManager
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: 3.0   Edit
Assignee: Robert Elves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 229742 (view as bug list)
Depends on:
Blocks: 158067
  Show dependency tree
 
Reported: 2008-04-07 14:50 EDT by Steffen Pingel CLA
Modified: 2008-05-12 13:22 EDT (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 Steffen Pingel CLA 2008-04-07 14:50:30 EDT
Each call to TaskRepositoryManager that modifies the state of the manager takes the patch where to store the list of repositories as an argument. Instead of passing TasksUiPlugin.getDefault().getRepositoriesFilePath() everywhere the path should be passed to TaskRepositoryManager in the constructor.
Comment 1 Robert Elves CLA 2008-05-05 18:06:51 EDT
*** Bug 229742 has been marked as a duplicate of this bug. ***
Comment 2 Robert Elves CLA 2008-05-12 13:22:15 EDT
Done. Path no longer passed via public api, externalization participant implemented.