diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-06 09:48:49 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:37 +0300 |
commit | 853f5898545593f62b44e4018835c0a06d850035 (patch) | |
tree | 503b7067f21c5d075b3dac40a226f8c2ed64f50c /uitest/build.xml | |
parent | 660ed3d047254d354aeb848bf9ed24d1803f6bd6 (diff) | |
download | vaadin-framework-853f5898545593f62b44e4018835c0a06d850035.tar.gz vaadin-framework-853f5898545593f62b44e4018835c0a06d850035.zip |
Include all required themes
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index 29f1540321..bde98c36bd 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -109,7 +109,8 @@ <fileset refid="common.files.for.all.jars" /> <fileset dir="${WebContent.dir}"> <include name="statictestfiles/**" /> - <include name="VAADIN/themes/tests-tickets/**" /> + <include name="VAADIN/themes/tests-*/**" /> + <include name="VAADIN/themes/reindeer-test/**" /> <include name="WEB-INF/*.xml" /> </fileset> <classes dir="${classes}" /> |