Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #455289 +++ Bundling features is a great way to organize features. The problem is that child features cannot be uninstalled. But it would be great if it was impossible to uninstall child features. see Bug 435681#c1 and a question in stack overflow http://stackoverflow.com/questions/27489852/uninstall-mylyn-from-eclipse-luna
Pascal
Pascal, do you have any recommendations how the packages product + feature structure can be changed?
I drafted something here (https://git.eclipse.org/r/#/c/38382/) that uses Tycho's ability to install some features of a product as root. The resulting product allows the user to uninstall the feature. Recap of the changes: - Introduce a new feature that contains all the mylyn things (jenkins, bugzilla, git integration) - Remove mylyn things from the main epp.java.feature - Add the new feature to the product - Add the new feature to the build It may worth investigating whether several mylyn features are necessary.
Moving my answers to an older bug... bug 332989. *** This bug has been marked as a duplicate of bug 332989 ***