Bug 336430 - separate Tasks framework from Context
Summary: separate Tasks framework from Context
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: 3.7   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on: 336431 352915 352933 359312 359463
Blocks:
  Show dependency tree
 
Reported: 2011-02-05 18:48 EST by Steffen Pingel CLA
Modified: 2011-10-08 01:14 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 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.