diff options
author | Artur Signell <artur@vaadin.com> | 2012-04-16 13:23:25 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-04-16 13:28:31 +0300 |
commit | 129849db1fdfeafde7d1cf734f48e96bf36d7492 (patch) | |
tree | 20c017df406bbf2b5c392a138aad44bbd5772df2 /build | |
parent | 057c6ef21c739535588a70344eb20a9040855d06 (diff) | |
download | vaadin-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.xml | 1 |
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/**/*" /> |