Build script fixed

This commit is contained in:
Anton Makeev
2010-03-25 15:32:44 +03:00
parent 6acd3a9aec
commit d249f08e05
+1 -1
View File
@@ -168,7 +168,7 @@ private def layoutMac(Map args, String home, Paths paths) {
replacefilter(token: "@@jdk_req@@", value: args.jdk_req)
}
def root = isEap() ? "${version}-${args.buildNumbder}.app" : "IntelliJ IDEA ${version} CE.app"
def root = isEap() ? "${version}-${args.buildNumder}.app" : "IntelliJ IDEA ${version} CE.app"
ant.zip(zipfile: "$paths.artifacts/idea${args.buildNumber}.mac.zip") {
[paths.distAll, paths.distMac].each {