-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Thinking about future releases of the Eclipse Plugin, we will need to consider how to structure the URLs for the Eclipse Installer site(s) we post online.
I’m not sure how this is normally handled as unlike most plugins we actually have other tools that the plugins are reliant on that are provided externally to Eclipse. For example release 0.0.1 is not compatible with release 0.1.0 as they communicate differently with the core.
One option might be to provide update sites for specific releases. So a 0.1.0 installation site would encompass 0.1.0 and all bug fix point releases 0.1.1 and up. This ensures no breaking changes if they are using a version of the Core that is compatible.
One other option might be to provide the above sites as well as a “latest” site for people who always want the cutting edge and will upgrade all components.
Again, I’m not sure how this is done especially given our unique constraints. All suggestions are welcome.