summaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-08-24 05:30:02 +0000
committerArtur Signell <artur.signell@itmill.com>2009-08-24 05:30:02 +0000
commitaba53cf2b75e6c731fefff33b448fdd7900b2e0c (patch)
treeb2724d5022a85f6015476d3540e639b5542423b4 /build/build.xml
parentcc671ebd9b04a285cb9f8148c9bc997c76c41f89 (diff)
downloadvaadin-framework-aba53cf2b75e6c731fefff33b448fdd7900b2e0c.tar.gz
vaadin-framework-aba53cf2b75e6c731fefff33b448fdd7900b2e0c.zip
Testingtools -> Testbench renames
svn changeset:8528/svn branch:6.1
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index cf63a04998..2436527241 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1221,10 +1221,10 @@
<!-- Automated tests. -->
<!-- ================================================================== -->
- <target name="tests" depends="ant-tests, testingtools-tests">
+ <target name="tests" depends="ant-tests, testbench-tests">
</target>
- <target name="testingtools-tests" depends="init">
+ <target name="testbench-tests" depends="init">
<fail unless="product-file" message="The 'product-file' property must be defined."/>
<fail unless="package-platform" message="The 'package-platform' property must be defined."/>
<fail unless="version" message="The 'version' property must be defined."/>