aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-05-12 15:22:40 +0000
committerArtur Signell <artur.signell@itmill.com>2009-05-12 15:22:40 +0000
commit434e9c914a6757a60349bc2c2edef94baf9c1563 (patch)
treeaff1367675d0798fe997cc0d179fe6cf862bcec4 /build
parente4eef90084a88e49cec95f3804c7b0587170a6dd (diff)
downloadvaadin-framework-434e9c914a6757a60349bc2c2edef94baf9c1563.tar.gz
vaadin-framework-434e9c914a6757a60349bc2c2edef94baf9c1563.zip
Updated testingtools (Vaadin compatible)
svn changeset:7768/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/build.xml b/build/build.xml
index 602b1c0232..67fe787574 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1169,8 +1169,8 @@
<fail unless="version" message="The 'version' property must be defined."/>
<!-- Parameters for the test.xml script. -->
- <fail unless="testingtools.tester.host" message="The 'testingtools.tester.host' property must be defined."/>
- <fail unless="testingtools.deployment.url" message="The 'testingtools.deployment.url' property must be defined."/>
+ <fail unless="com.vaadin.testingtools.tester.host" message="The 'com.vaadin.testingtools.tester.host' property must be defined."/>
+ <fail unless="com.vaadin.testingtools.deployment.url" message="The 'com.vaadin.testingtools.deployment.url' property must be defined."/>
<property name="package.platform.name" value="${product-file}-${package-platform}-${version}"/>
@@ -1182,8 +1182,8 @@
<property name="package.filename" value="${package.linux.filename}"/>
<property name="testing.testarea" value="/tmp/testarea"/>
<property name="package.name" value="${package.platform.name}"/>
- <property name="testingtools.tester.host" value="${testingtools.tester.host}"/>
- <property name="testingtools.deployment.url" value="${testingtools.deployment.url}"/>
+ <property name="com.vaadin.testingtools.tester.host" value="${com.vaadin.testingtools.tester.host}"/>
+ <property name="com.vaadin.testingtools.deployment.url" value="${com.vaadin.testingtools.deployment.url}"/>
</ant>
</target>