diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-08-11 12:05:07 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-08-11 12:05:07 +0000 |
commit | 1e81c23ea378facf0d3ef9fd3fa24c4d813fce5e (patch) | |
tree | fb29b9001e6d558528c2e1ed6979ac69c0d1acbb /build | |
parent | c8f35e5aef1619512aee438c155b417fa7bb48ba (diff) | |
download | vaadin-framework-1e81c23ea378facf0d3ef9fd3fa24c4d813fce5e.tar.gz vaadin-framework-1e81c23ea378facf0d3ef9fd3fa24c4d813fce5e.zip |
Include statictestfiles in test war
svn changeset:24151/svn branch:6.8
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 a6a75b8918..4f267c333d 100644 --- a/build/build.xml +++ b/build/build.xml @@ -414,6 +414,7 @@ <include name="WEB-INF/lib/hsqldb.jar" /> <include name="VAADIN/themes/**/*" /> <include name="META-INF/**/*" /> + <include name="statictestfiles/**" /> </fileset> </copy> |