Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336431 - [api] create a notion of a context store for tasks
Summary: [api] create a notion of a context store for tasks
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 3.7   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords: api, plan
Depends on: 362352
Blocks: 336430
  Show dependency tree
 
Reported: 2011-02-05 18:53 EST by Steffen Pingel CLA
Modified: 2012-02-24 12:14 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 Steffen Pingel CLA 2011-02-05 18:53:00 EST
To decouple the context and tasks frameworks an extension point for managing a context store per task should be provided by org.eclipse.mylyn.tasks.core. The (only) implementation would still be provided by the context project.
Comment 1 Steffen Pingel CLA 2011-07-27 12:47:59 EDT
The contextStore.exsd.contextStore extension point now allows registration of a single context store. The only implementation of a context store is now hosted in org.eclipse.mylyn.context.tasks.ui which delegates to the context store in org.eclipse.mylyn.context.core.