My team members will work on several text files. Instead of using a regular text editor, I would like them to use eclipse, so we can use plugins that make life easier ... for example, the svn plugin.
Therefore, I would like to provide them with an Eclipse installation, where they will create shared projects, not Java projects.
However, the main Eclipse download from the website includes all the java features. This means that their GUI is filled with Java-related features that are not required, and I really do not want them to use.
I tried to remove JDT plugins / functions from the installation, but at this point the general functions of the project will also disappear!
How can I use the java function while preserving the general functions of the project?
source share