I have an Update Site with has some users, e.g. www.foo.com/oldupdatesite. I want to release new versions of the Update Site at a new location. For instance, the new location could be www.bar.com/newupdatesite. It would be optimal if I could push new releases only at the new location and existing users of the old Update Site will still get the new stuff without re-configuration.
For web browsers it is well known that one can redirect to another address using HTML or JS, e.g. as explained here.
I wonder if a similar mechanism exists for Eclipse Update Sites. Is it possible to create a dummy Update Site such that the "Install New Software..." dialog in Eclipse will go to the new Update Site instead?