Vasanth Dharmaraj: Keeping Eclipse plugins separate
Jan 13, 2004 20:37 · 120 words · 1 minute read
An excellent tip from Vasanth Dharmaraj providing an easy way to drag your third party plugins along as you move between versions of Eclipse:
Here is how to do it:
Create a folder called ‘links’ in your eclipse directory.
Create a file with the extension .link, say plugins.link.
Open the file and add a line ‘path=c:\myplugins’ and save the file.
Create the directory mentioned in the link file. (c:\myplugins)
Create a sub directory named ‘eclipse’ in the above directory. (c:\myplugins\eclipse)
Create a couple of sub directories named ‘features’ and ‘plugins’ in the above directory. (c:\myplugins\eclipse\features & c:\myplugins\eclipse\plugins)
Now put all the third party plugins in these directories.
(Re)start eclipse and voilà all the plugins in the separate directory are loaded.