Community
Participate
Working Groups
Created attachment 207106 [details] proposed changes to BundlesAction It Tycho, we need a way to customize generation of bundle requirements to properly handle various scenarios involving optional resolution, see bug 351842 for more details. Proposed solution is to refactor BundlesAction to allow subclasses override handling of Import-Package and Require-Bundle.
Igor, the attachment on this bug looks like an email containing a patch and I've tried to copy parts of the email and attach them as a patch, but it doesn't apply cleanly. Please attach a clean patch so we can look at it. Thanks.
DJ, this is output of git-format-patch, it can be applied using git-am command. If you have curl installed, the following command should do the trick curl https://bugs.eclipse.org/bugs/attachment.cgi?id=207106 | git am I can provide patch in another format if you prefer, just let me know what tool(s) you want me to use for that.
Normally I like patches in a form that Eclipse can deal with them so I can just copy and paste. But if this is a well-known format and is easier for you to add as an attachment, then I will try applying it from the command-line. I'm not sure if eGit already has an open feature request to accept this type of patch but if not, it would be a good feature to have.
Patch released in HEAD. Should make next week integration.