diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-18 21:31:32 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-02-19 15:07:44 +0000 |
commit | f09c12fd97cbafd10b31c79a55bd90dfef02f4a9 (patch) | |
tree | 5030cc74358b7615eaf81833eed41ecf6c9e519d /uitest/build.xml | |
parent | 9da1979af798324cbe1eea2b6adde0886774f73b (diff) | |
download | vaadin-framework-f09c12fd97cbafd10b31c79a55bd90dfef02f4a9.tar.gz vaadin-framework-f09c12fd97cbafd10b31c79a55bd90dfef02f4a9.zip |
Imported and updated release notes builder (#10918)
Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69
Ticket: 10918
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index ee2b2c6124..53da0ae2e9 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -106,6 +106,10 @@ <path refid="classpath.runtime.dependencies" /> </copy> + + <!-- Ensure filtered webcontent files are available --> + <antcall target="common.filter.webcontent" /> + <war destfile="${result.war}" duplicate="fail" index="true"> <fileset refid="common.files.for.all.jars" /> <fileset dir="${result.dir}"> |