diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-11-28 11:03:57 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-11-28 11:03:57 +0000 |
commit | 2ae16a4393c187a954a6fbf0cfa2c0027994f416 (patch) | |
tree | c6b5b1244a38923953d8417b3860e3d4c85b23b7 /build | |
parent | 113d195dc33e8881ba7fc084987d450b30b1d925 (diff) | |
download | vaadin-framework-2ae16a4393c187a954a6fbf0cfa2c0027994f416.tar.gz vaadin-framework-2ae16a4393c187a954a6fbf0cfa2c0027994f416.zip |
#8009 Made war include resources required by the demo launcher
svn changeset:22145/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index bfa038a686..cc7fc5dcba 100644 --- a/build/build.xml +++ b/build/build.xml @@ -197,6 +197,9 @@ <exclude name="**/*.html" /> <exclude name="**/*.css" /> <exclude name="**/*.xml" /> + <!-- Include files required by the DemoLauncher/DevelopmentServerLauncher --> + <include name="{$toolkit-package}/launcher/**/jetty-webdefault.xml" /> + <include name="{$toolkit-package}/launcher/**/keystore" /> </fileset> </copy> |