From 0491f5cfa1fb7358ebfc33394b394c887c4dc5ea Mon Sep 17 00:00:00 2001 From: "Kirill.Safonov" Date: Fri, 13 May 2011 21:13:00 +0400 Subject: [PATCH] since JPS can now read compiler configuration from project files, don't manually set resource patterns --- build/scripts/utils.gant | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build/scripts/utils.gant b/build/scripts/utils.gant index 6b78c1b93ba6..9faa6267a73b 100644 --- a/build/scripts/utils.gant +++ b/build/scripts/utils.gant @@ -92,16 +92,6 @@ binding.setVariable("loadProject", { } } IdeaProjectLoader.loadFromPath(project, "${home}") - - binding.ant.patternset(id: "idea.compiler.resources") { - exclude(name: "**/*.java") - exclude(name: "**/*.form") - exclude(name: "**/*.class") - exclude(name: "**/*.scala") - exclude(name: "**/*.groovy") - } - - project["compiler.resources.id"] = "idea.compiler.resources" }) boolean hasSourceRoots(Module module) {