public static void refreshProjects() {
   for (final IErlProject project : projects) {
     project.resourceChanged(new ResourceDeltaStub());
   }
 }