[
https://issues.jboss.org/browse/JBIDE-16844?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-16844:
------------------------------------
So in other words, we need to:
a) add *org.eclipse.mylyn.tasks.bugs* (and other transitive deps) into the TP so
they're available for installation, and
b) add a reference to them in *org.jboss.tools.common.mylyn/META-INF/MANIFEST.MF* so that
they will be installed
Still seems like this is something we can do for respin-a. We have 3 weeks before Beta1 is
scheduled for release, and this isn't a terribly complex thing to fix.
org.eclipse.mylyn.tasks.bugs.support is missing in TP. Unknown
extension point: 'org.eclipse.mylyn.tasks.bugs.support'
----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-16844
URL:
https://issues.jboss.org/browse/JBIDE-16844
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core, target-platform
Affects Versions: 4.2.0.Beta1
Reporter: Alexey Kazakov
Assignee: Nick Boldt
Priority: Critical
Fix For: 4.2.0.Beta2
Our *org.jboss.tools.common.mylyn* plugin uses *org.eclipse.mylyn.tasks.bugs.support*
extension point.
And our common.mylyn plugin depends on *org.eclipse.mylyn.tasks.core* which depends on
*org.eclipse.mylyn.tasks.bugs* where this extension point is declared.
But *org.eclipse.mylyn.tasks.bugs* was removed from Beta1 target platform: JBIDE-16368
We don't have any source files in common.mylyn so tycho build works w/o any errors.
But plugin.xml validation in my dev eclipse detected this problem.
So we should get the *org.eclipse.mylyn.tasks.bugs.support* and everything we indirectly
depends on back.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira