projects
/
idea
/
community.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d63af3
)
cross-platform zip dist: provide idea64.vmoptions for Mac (IDEA-140003)
author
nik
<Nikolay.Chashnikov@jetbrains.com>
Thu, 28 May 2015 14:42:21 +0000
(17:42 +0300)
committer
nik
<Nikolay.Chashnikov@jetbrains.com>
Thu, 28 May 2015 14:42:42 +0000
(17:42 +0300)
build/scripts/utils.gant
patch
|
blob
|
history
diff --git
a/build/scripts/utils.gant
b/build/scripts/utils.gant
index b0ac9466ad33ccdf4266e7247572bc588238c0c5..71ad2a345d8fc45b5e7a60828322d5e392467748 100644
(file)
--- a/
build/scripts/utils.gant
+++ b/
build/scripts/utils.gant
@@
-862,10
+862,11
@@
binding.setVariable("buildCrossPlatformZip", { String zipPath, String sandbox, L
}
ant.copy(todir: "$zipDir/bin/mac") {
fileset(dir: "$distMac/bin") {
- include(name: "idea
*
.vmoptions")
+ include(name: "idea.vmoptions")
include(name: "idea.properties")
}
}
+ ant.copy(file: "$distMac/bin/idea.vmoptions", tofile: "$zipDir/bin/mac/idea64.vmoptions")
ant.zip(zipfile: zipPath, duplicate: "fail") {
commonPaths.each {