summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-04-16 13:23:25 +0300
committerArtur Signell <artur@vaadin.com>2012-04-16 13:28:31 +0300
commit129849db1fdfeafde7d1cf734f48e96bf36d7492 (patch)
tree20c017df406bbf2b5c392a138aad44bbd5772df2 /build
parent057c6ef21c739535588a70344eb20a9040855d06 (diff)
downloadvaadin-framework-129849db1fdfeafde7d1cf734f48e96bf36d7492.tar.gz
vaadin-framework-129849db1fdfeafde7d1cf734f48e96bf36d7492.zip
Exclude gwt-unitCache which is too large for GAE
Diffstat (limited to 'build')
-rw-r--r--build/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 21a7b823e1..08423c276b 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -178,6 +178,7 @@
<war warfile="${result-path}/${test-war-filename}">
<fileset dir="${output-dir}/WebContent">
+ <exclude name="VAADIN/gwt-unitCache" />
<!-- Already in JAR -->
<!-- Not excluded because used from WAR by portal integration tests
<exclude name="VAADIN/themes/base/**/*" />