summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMikael Grankvist <mikael.grankvist@itmill.com>2009-11-24 13:18:30 +0000
committerMikael Grankvist <mikael.grankvist@itmill.com>2009-11-24 13:18:30 +0000
commit4b34f76e5f0db9ac03cad2b1830badd10ee123c4 (patch)
treef73eb5bc01140f38cc00b48b203063b45d5d71d8 /build
parent3a09106aab6bb2786fd30a4916449e06a465e91e (diff)
downloadvaadin-framework-4b34f76e5f0db9ac03cad2b1830badd10ee123c4.tar.gz
vaadin-framework-4b34f76e5f0db9ac03cad2b1830badd10ee123c4.zip
Changed path to demo.war for integration-tests
svn changeset:9984/svn branch:6.2
Diffstat (limited to 'build')
-rw-r--r--build/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 981ed91c9a..c14c4f0e38 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1434,6 +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" />
<!-- Run the separate test script. -->
<ant antfile="tests/integration_tests.xml" target="all" inheritall="false" inheritrefs="true">
@@ -1445,7 +1446,7 @@
<property name="com.vaadin.testbench.lib.dir" value="${com.vaadin.testbench.lib.dir}"/>
<property name="sshkey.file" value="${sshkey.file}" />
<property name="passphrase" value="${passphrase}" />
- <property name="demo.war" value="${result-path}/${product-file}-demo-${version.full}.war"/>
+ <property name="demo.war" value="${demo.war}"/>
</ant>
</target>
</project>