| Summary: | [api] move deprecated classes to internal package | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | mik.kersten, robert.elves |
| Version: | unspecified | ||
| Target Milestone: | 3.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Steffen Pingel
I am tentatively scheduling this for 2008-05-06, i.e. shortly before the 3.0RC0 release. Moved all deprecated API classes to org.eclipse.mylyn.internal.tasks.core.deprecated and org.eclipse.mylyn.internal.tasks.ui.deprecated. I have updated the porting guide with pointing to the new API that should be used instead. All methods of AbstractRepositoryConnector that use deprecated types have been moved to AbstractLegacyRepositoryConnector for backwards compatibility. Moved ITaskListManager.getTaskList() to TasksUi and replaced all calls to TasksUi.getTaskListManager() by TasksUi.getTaskActivityManager(). Removed ITaskListManager. |