From d249f08e0561d32eeb2fbd29845b9e49ceaa0039 Mon Sep 17 00:00:00 2001 From: Anton Makeev Date: Thu, 25 Mar 2010 15:32:26 +0300 Subject: [PATCH] Build script fixed --- build/scripts/dist.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/dist.gant b/build/scripts/dist.gant index c86653a66d57..588c1ac35c80 100644 --- a/build/scripts/dist.gant +++ b/build/scripts/dist.gant @@ -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 {