since JPS can now read compiler configuration from project files, don't manually set resource patterns

This commit is contained in:
Kirill.Safonov
2011-05-13 21:14:51 +04:00
parent 00d55f8357
commit 0491f5cfa1
-10
View File
@@ -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) {