summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-11-12 10:44:24 -0800
committerTor Norbye <tnorbye@google.com>2013-11-12 10:44:24 -0800
commitb06f668f8d904aa0f20de8f4005276e559542918 (patch)
treea40e777502d2248739c6a7189c5b6211c172c6d9 /build
parentc3caba587b65e07e25c3e7c4de11a0c9c7f8ca2a (diff)
parent9c6f3112ffe942e4bb0b5d5d8476ce7014499650 (diff)
downloadidea-b06f668f8d904aa0f20de8f4005276e559542918.tar.gz
Merge remote-tracking branch 'aosp/snapshot-master' into merge
Diffstat (limited to 'build')
-rw-r--r--build/scripts/layouts.gant6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index f699f45c7a7e..d804b95bc8dd 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -336,6 +336,11 @@ public def layoutCommunityPlugins(String home) {
jar("git4idea-rt.jar") {
module("git4idea-rt")
}
+ if (!isDefined("pluginFilter")) {//temporary fix to exclude remote-servers-git module from layout for small IDEs because corresponding module isn't compiled
+ jar("remote-servers-git.jar") {
+ module("remote-servers-git")
+ }
+ }
fileset(dir: "$home/plugins/git4idea/lib") {
include(name: "trilead-ssh2.jar")
}
@@ -777,6 +782,7 @@ def layoutCommunityJps(String home, String target) {
include(name: "log4j.jar")
include(name: "jgoodies-forms.jar")
include(name: "ecj*.jar")
+ include(name: "jsr166e.jar")
}
dir("test") {
jar("jps-build-test.jar") {