summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-04-12 12:32:09 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-04-12 12:32:09 +0000
commit36f36dc48029d7b96a755ed13e1d0d8e69a7d8ac (patch)
tree349ef0fc6ccfed2014d434a46ce5357440a924e1
parentd615d44323ec220abf3c3b4592a1c6020d2c7d93 (diff)
downloadvaadin-framework-36f36dc48029d7b96a755ed13e1d0d8e69a7d8ac.tar.gz
vaadin-framework-36f36dc48029d7b96a755ed13e1d0d8e69a7d8ac.zip
Fixed #569
svn changeset:1203/svn branch:trunk
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 7ea806cd94..5858802cea 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -230,7 +230,7 @@
</copy>
<!-- Create demo WAR -->
- <war warfile="${output-dir}/demo/webapps/${product-file}.war" webxml="WebContent/WEB-INF/web.xml">
+ <war warfile="${output-dir}/demo/${product-file}.war" webxml="WebContent/WEB-INF/web.xml">
<!-- WebContent: htmls, styles, license-->
<fileset dir="WebContent">
<exclude name="**/.svn" />