The default workspace template we have is great to start with and also to keep up with new Versions, especially for the gradle build.
We and also a lot f our customers use it as a basic template. That said, I'd like to restructure it a bit to make it easier to reapply the template with our build-in mechanism without overwriting to many project specific settings.
My goal would be simply speaking to move all the definition of the build.bnd to separate bnd files in the ext folder. While at it, I'd like to remove the templates repo and simply point to their GAV.
When we have everything in separate files, one can simply reapply the template in bndtools and uncheck the parts I don't need or want.
The default workspace template we have is great to start with and also to keep up with new Versions, especially for the gradle build.
We and also a lot f our customers use it as a basic template. That said, I'd like to restructure it a bit to make it easier to reapply the template with our build-in mechanism without overwriting to many project specific settings.
My goal would be simply speaking to move all the definition of the
build.bndto separate bnd files in the ext folder. While at it, I'd like to remove the templates repo and simply point to their GAV.When we have everything in separate files, one can simply reapply the template in bndtools and uncheck the parts I don't need or want.