I want to determine if downgrading one of my Eclipse plugins to the previous version fixes the problem I have. I was wondering if there is a general method using the plugin's Eclipse update site that I can use Eclipse's install GUI to install an older version of the plugin.
If it matters, the tool of interest is the Scala-IDE at this update site: http://download.scala-ide.org/releases-28/2.0.0-beta
What I want is the previous build of the 2.0.0-beta.
Mirco Dotta answered this for me on the Scala IDE Forum.
If the previous plugin version had been installed in the past, and if the update site maintains older releases of the plugin, it should be possible to revert to a previous version you have installed by performing the following:
Note that in the case of the plugin I'm using, the update site does not maintain older versions, so this technique wouldn't help.