summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-06-10 20:31:35 +0300
committerVaadin Code Review <review@vaadin.com>2013-06-11 06:19:00 +0000
commit5adb5c2cfa5cb3d5c148e1116bd99523998e95fa (patch)
treefd6fc40abaa99ee84447d3933b0af1b4a9a8058e /uitest
parent37bc9e41db0278f42263452e12a8b3fc87b664ba (diff)
downloadvaadin-framework-5adb5c2cfa5cb3d5c148e1116bd99523998e95fa.tar.gz
vaadin-framework-5adb5c2cfa5cb3d5c148e1116bd99523998e95fa.zip
Include compatibility web.xml in uitest.war (#11688)
Change-Id: I4f500e37ef7b96e103d66c40fba152299516a55f
Diffstat (limited to 'uitest')
-rw-r--r--uitest/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index d4dbb648c1..aaf891925e 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -121,6 +121,7 @@
<include name="VAADIN/themes/tests-*/**" />
<include name="VAADIN/themes/reindeer-tests/**" />
<include name="WEB-INF/*.xml" />
+ <include name="WEB-INF/web.xml.2.4" />
</fileset>
<classes dir="${classes}" />
<classes dir="${src}" />
@@ -146,4 +147,4 @@
<echo>WHAT? No JUnit tests for ${module.name}!</echo>
</target>
-</project> \ No newline at end of file
+</project>