Remove Mylyn Integration by lkishalmi · Pull Request #9051 · apache/netbeans (original) (raw)

This PR leaves the BugTracking API and SPI in the IDE, while removing all supported connectors.

The IDE would look the same, some panels/actions will get disabled by default until some third party BugtrackingConnectors get installed.

I've also made the org.netbeans.modules.bugtracking.issuetable package through bugtracking.common public, in order to make the life of third party Connector integrations easier.

I also believe, (not confirmed yet), that the Eclipse Equinox libraries has lost their dependent modules with Mylyn gone.