I have a workspace that contains at least 30 individual Eclipse "project" folders. I need to remove the Java Compiler->Project Specific Settings for every project in the workspace.
Thus far, I have been manually going to each project, opening its properties and unchecking the "Enable project specific settings" box and applying my changes. This takes ages. I'm looking for a way to globally uncheck that box for all projects in my workspace.
Does anyone know how to do this?