In eclipse its possible to add a local eclipse installation to the target platform:
Window -> Preferences -> Plugin-in Development -> Target Platform -> Edit -> Add -> Installation -> [location of local eclipse installation]
But how do I add an eclipse installation located on a remote server (just copied a local eclipse installation to the webapps folder on a tomcat server)?
I have tried to specify the remote eclipse installation as an Software Site instead:
Window -> Preferences -> Plugin-in Development -> Target Platform -> Edit -> Add -> Software Site -> [url to remote eclipse location]
but that does not work.
I know that I could just add the official remote p2 eclipse sites to the target platform but I would like to use a remote "physical" installation instead (to be 100% that its always available).
Is this possible?