jdk 1.6. build script

This commit is contained in:
Anton Makeev
2010-06-15 11:56:12 +04:00
parent fe184c18f5
commit c6eeaa8a6d
+1 -1
View File
@@ -65,7 +65,7 @@ binding.setVariable("guessHome", {
})
binding.setVariable("loadProject", {
requireProperty("jdk", requireProperty("jdk15.home", guessJdk()))
requireProperty("jdk", requireProperty("jdk16.home", guessJdk()))
new IdeaProjectLoader().loadFromPath(project, "${home}")
binding.ant.patternset(id: "idea.compiler.resources") {