diff options
author | Mikael Vappula <mikael@vaadin.com> | 2011-12-05 13:33:50 +0200 |
---|---|---|
committer | Mikael Vappula <mikael@vaadin.com> | 2011-12-05 13:33:50 +0200 |
commit | 0d5878f6406c02efe3da2371c2482beee14aef72 (patch) | |
tree | 0c7036cd9c05debc5d5571dc90d76e632f48eafe /build/build.xml | |
parent | 98ec1415dcfcf5a2d5654998fc2334c943bdb6e6 (diff) | |
download | vaadin-framework-0d5878f6406c02efe3da2371c2482beee14aef72.tar.gz vaadin-framework-0d5878f6406c02efe3da2371c2482beee14aef72.zip |
Pass deps.initialized to called test targets in different build files.
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 29a39ce896..7453d55a5c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -975,6 +975,8 @@ <property name="com.vaadin.testbench.lib.dir" value="${com.vaadin.testbench.lib.dir}"/> <property name="com.vaadin.testbench.debug" value="${com.vaadin.testbench.debug}"/> <property name="com.vaadin.testbench.screenshot.block.error" value="${com.vaadin.testbench.screenshot.block.error}"/> + + <property name="deps.initialized" value="${deps.initialized}"/> </ant> @@ -1013,6 +1015,8 @@ <property name="sshkey.file" value="${sshkey.file}" /> <property name="passphrase" value="${passphrase}" /> <property name="demo.war" value="${tests.war}"/> + + <property name="deps.initialized" value="${deps.initialized}"/> </ant> </target> </project> |