diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-11 15:43:43 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-11 15:43:43 +0300 |
commit | c46f51809a368d3905aeedf0f2a7cef010dc211f (patch) | |
tree | 5b3cbedc849831ef07112a7f0e23056f4f996766 /uitest/build.xml | |
parent | 6b5435d38f3a636391c1bcc14b6993168fa1e351 (diff) | |
download | vaadin-framework-c46f51809a368d3905aeedf0f2a7cef010dc211f.tar.gz vaadin-framework-c46f51809a368d3905aeedf0f2a7cef010dc211f.zip |
Include non-java files in test war
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index bde98c36bd..6ac16f5cae 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -114,6 +114,9 @@ <include name="WEB-INF/*.xml" /> </fileset> <classes dir="${classes}" /> + <fileset dir="src"> + <exclude name="**/*.java"/> + </fileset> <lib dir="${deps.dir}" /> </war> |