diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-04-05 12:51:03 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-04-05 12:51:03 +0000 |
commit | 575ed0662e9902e5472a885363f3d80356693204 (patch) | |
tree | 4992eaf83070224e1f2d36ce35f9ae4a6f39bdd0 /build | |
parent | c08ac111461714a6e37ed6a65ca313c709197023 (diff) | |
download | vaadin-framework-575ed0662e9902e5472a885363f3d80356693204.tar.gz vaadin-framework-575ed0662e9902e5472a885363f3d80356693204.zip |
Fix, still webapps/itmill-toolkit.war needs to be pointed into /
svn changeset:1174/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 5858802cea..7ea806cd94 100644 --- a/build/build.xml +++ b/build/build.xml @@ -230,7 +230,7 @@ </copy> <!-- Create demo WAR --> - <war warfile="${output-dir}/demo/${product-file}.war" webxml="WebContent/WEB-INF/web.xml"> + <war warfile="${output-dir}/demo/webapps/${product-file}.war" webxml="WebContent/WEB-INF/web.xml"> <!-- WebContent: htmls, styles, license--> <fileset dir="WebContent"> <exclude name="**/.svn" /> |