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:
f996d5b
)
IDEA-143553: Include intellij kotlin sources into sources.zip
author
nik
<Nikolay.Chashnikov@jetbrains.com>
Fri, 14 Aug 2015 11:50:39 +0000
(14:50 +0300)
committer
nik
<Nikolay.Chashnikov@jetbrains.com>
Fri, 14 Aug 2015 11:50:39 +0000
(14:50 +0300)
build/scripts/utils.gant
patch
|
blob
|
history
diff --git
a/build/scripts/utils.gant
b/build/scripts/utils.gant
index 5fb261e5b12ec236666bdaed41721b63833a0aef..a96722fd3bb02efdffb35d1685dfa94311d238f8 100644
(file)
--- a/
build/scripts/utils.gant
+++ b/
build/scripts/utils.gant
@@
-727,7
+727,7
@@
binding.setVariable("zipSources", { String home, String targetDir ->
ant.delete(file: sources)
ant.zip(destfile: sources) {
fileset(dir: home) {
- ["java", "groovy", "ipr", "iml", "form", "xml", "properties"].each {
+ ["java", "groovy", "ipr", "iml", "form", "xml", "properties"
, "kt"
].each {
include(name: "**/*.$it")
}
exclude(name: "**/testData/**")