Does anyone have a tutorial for building a custom Eclipse IDE with only a select set of plugins?
I am assuming I would need: eclipse.exe some plugins from the plugins directory, some folders from the features directory.
My goal is to only include the basic text editor and maybe a couple of other utilities.
(Yes, I could just use notepad/textpad but there is a project I am working on where a "lighter" version of Eclipse would be useful).