diff options
author | Henri Sara <hesara@vaadin.com> | 2013-01-07 13:38:57 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-01-07 13:38:57 +0000 |
commit | 883bd5cdc103affdb382692d71dc703634b706b4 (patch) | |
tree | 10d2a7895341921a66fc1777e10b50284ebe987a /uitest | |
parent | ddcd8d06f154c73136ab3f19477abb5c6fce73fd (diff) | |
parent | 104259291148b2cf5f0f3f7bc8795089cc1cb32c (diff) | |
download | vaadin-framework-883bd5cdc103affdb382692d71dc703634b706b4.tar.gz vaadin-framework-883bd5cdc103affdb382692d71dc703634b706b4.zip |
Merge "Checkstyle for Vaadin #9065"
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index 8d5c1b28f9..ee2b2c6124 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -133,7 +133,10 @@ <target name="clean"> <antcall target="common.clean" /> </target> - <target name="tests"> + <target name="checkstyle"> + <echo>Checkstyle is disabled for uitest for now</echo> + </target> + <target name="tests" depends="checkstyle"> <!--<antcall target="common.tests.run" />--> <echo>WHAT? No JUnit tests for ${module.name}!</echo> </target> |