Bug 336430

Summary: separate Tasks framework from Context
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P2 CC: shawn.minto
Version: unspecifiedKeywords: plan
Target Milestone: 3.7   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 336431, 352915, 352933, 359312, 359463    
Bug Blocks:    

Description Steffen Pingel CLA 2011-02-05 18:48:00 EST
Core parts of the Tasks framework such as focusing of the Task List are currently implemented in the Context project. To ease reuse and simplify plug-in loading dependencies the relevant code should be moved to tasks.
Comment 1 Steffen Pingel CLA 2011-07-23 11:03:11 EDT
Error when running tasks only:

!ENTRY org.eclipse.ui 2 0 2011-07-23 17:01:51.063
!MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
!SUBENTRY 1 org.eclipse.ui 2 0 2011-07-23 17:01:51.063
!MESSAGE Commands should really have a category: plug-in='org.eclipse.mylyn.commons.team', id='org.eclipse.mylyn.commons.ui.command.AddRepository', categoryId='org.eclipse.team.ui.category.team'
Comment 2 Steffen Pingel CLA 2011-09-28 19:50:20 EDT
The warning described in comment 1 is tracked on bug 359318.

I have pushed http://review.mylyn.org/#change,62 to review the proposed changes for this bug. Shawn, can you take a look?
Comment 3 Steffen Pingel CLA 2011-09-29 15:21:38 EDT
The changes proposed in comment 2 have been committed.
Comment 4 Steffen Pingel CLA 2011-10-08 01:14:03 EDT
This is now complete. Further modularization improvements are tracked on bug 360299.