From ced242a6f12179cd00996ddefd9f6baf3c2a95ec Mon Sep 17 00:00:00 2001 From: "Vladimir.Orlov" Date: Tue, 10 Feb 2015 14:11:39 +0300 Subject: [PATCH] relocate publishing of .mac.zip artifact from layoutAll to not keep the one in IDEA based product where there is a .sit. --- build/scripts/dist.gant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/scripts/dist.gant b/build/scripts/dist.gant index ad1031309fb5..cb5733c79eed 100644 --- a/build/scripts/dist.gant +++ b/build/scripts/dist.gant @@ -85,7 +85,7 @@ target('default': 'The default target') { system_selector: "IdeaIC${p("component.version.major")}", tools_jar: true], home, null, paths, true) - String macZip = "$paths.artifacts/idea${args.buildNumber}.mac.zip" + String macZip = "$paths.artifacts/ideaIC-$snapshot.mac.zip" notifyArtifactBuilt(macZip) } @@ -101,7 +101,7 @@ target('build-dist-jars' : 'Target to build jars from locally compiled classes') system_selector: "IdeaIC${p("component.version.major")}", tools_jar: true], home, null, paths) - String macZip = "$paths.artifacts/idea${args.buildNumber}.mac.zip" + String macZip = "$paths.artifacts/ideaIC-$snapshot.mac.zip" notifyArtifactBuilt(macZip) }