So the complete solution is would be to move the entire logic to Gradle and let users customize it in eclipse.classpath.file.whenMerged
. It would take too much time and we don’t have many resources allocated to the Buildship project atm, so I think we should provide at least a workaround.
Right now, I don’t see another way around it but to implement a custom plugin configurator plugin. It’s not that hard though, I’ve written a sample for that: https://github.com/donat/buildship-sample-customize-wtp-classpath . Let me know what you think.