summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMikael Grankvist <mikael.grankvist@itmill.com>2009-11-24 14:13:55 +0000
committerMikael Grankvist <mikael.grankvist@itmill.com>2009-11-24 14:13:55 +0000
commitdfb6217adac7685e86eca8d673a0285a0a78c223 (patch)
treef575d40cc0623b4c9a45c0c4ab74e12ff35dc9d1 /build
parent58429d9f3fb9886c57df3bfa4f525c0878f8e643 (diff)
downloadvaadin-framework-dfb6217adac7685e86eca8d673a0285a0a78c223.tar.gz
vaadin-framework-dfb6217adac7685e86eca8d673a0285a0a78c223.zip
exchanged value to location for property demo.war
svn changeset:9987/svn branch:6.2
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index c14c4f0e38..b44acaeeb3 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1434,7 +1434,7 @@
<!-- Empty passphrase if no passphrase defined -->
<property name="passphrase" value="" />
- <property name="demo.war" value="${result-path}/${product-file}-demo-${version.full}.war" />
+ <property name="demo.war" location="${result-path}/${product-file}-demo-${version.full}.war" />
<!-- Run the separate test script. -->
<ant antfile="tests/integration_tests.xml" target="all" inheritall="false" inheritrefs="true">