diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 00:33:58 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:10 +0300 |
commit | e722b038d48f19201637267fbc58e0471405ec83 (patch) | |
tree | 9895c5ad45581ee7db30e94c3efeedeabfa84e0c /uitest/build.xml | |
parent | 1d6f0611a8dc7478caf2126ccd191d4284259cba (diff) | |
download | vaadin-framework-e722b038d48f19201637267fbc58e0471405ec83.tar.gz vaadin-framework-e722b038d48f19201637267fbc58e0471405ec83.zip |
Client-compiled-cache artifact (#9299)
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index 8a5fe71b35..9090df7dcc 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -66,6 +66,7 @@ </copy> <war destfile="${result.war}" duplicate="fail" index="true"> + <manifest><attribute name="Class-Path" value="WEB-INF/classes"/></manifest> <fileset refid="common.files.for.all.jars" /> <fileset dir="${WebContent.dir}"> <include name="statictestfiles/**" /> |