Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365879 - remove tasks dependency from o.e.m.java.ui and o.e.m.ide.ui
Summary: remove tasks dependency from o.e.m.java.ui and o.e.m.ide.ui
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 365920
Blocks:
  Show dependency tree
 
Reported: 2011-12-07 08:15 EST by Steffen Pingel CLA
Modified: 2011-12-07 11:22 EST (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (3.65 KB, application/octet-stream)
2011-12-07 11:22 EST, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-12-07 08:15:14 EST
The Java and IDE bridges should not have a direct dependency on the tasks framework.
Comment 1 Steffen Pingel CLA 2011-12-07 11:22:34 EST
I resolved this by moving the adapter code that extracts the textual content from tasks from o.e.m.java.ui to o.e.m.context.tasks.ui.

I also promoted TaskTemplateVariableResolver to API and moved it to org.eclipse.mylyn.tasks.ui.editors since there weren't any context dependencies. The Java editor specific extension point for registering the templates is now in o.e.m.java.tasks.
Comment 2 Steffen Pingel CLA 2011-12-07 11:22:36 EST
Created attachment 208057 [details]
mylyn/context/zip