Community
Participate
Working Groups
The Java and IDE bridges should not have a direct dependency on the tasks framework.
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.
Created attachment 208057 [details] mylyn/context/zip