relocate publishing of .mac.zip artifact from layoutAll to not keep the one in IDEA based product where there is a .sit.

This commit is contained in:
Vladimir.Orlov
2015-02-10 14:11:39 +03:00
parent 3db89f259c
commit ced242a6f1
+2 -2
View File
@@ -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)
}