summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2013-01-07 13:38:57 +0000
committerVaadin Code Review <review@vaadin.com>2013-01-07 13:38:57 +0000
commit883bd5cdc103affdb382692d71dc703634b706b4 (patch)
tree10d2a7895341921a66fc1777e10b50284ebe987a /theme-compiler
parentddcd8d06f154c73136ab3f19477abb5c6fce73fd (diff)
parent104259291148b2cf5f0f3f7bc8795089cc1cb32c (diff)
downloadvaadin-framework-883bd5cdc103affdb382692d71dc703634b706b4.tar.gz
vaadin-framework-883bd5cdc103affdb382692d71dc703634b706b4.zip
Merge "Checkstyle for Vaadin #9065"
Diffstat (limited to 'theme-compiler')
-rw-r--r--theme-compiler/build.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml
index 1f9cddebd7..885cb6e589 100644
--- a/theme-compiler/build.xml
+++ b/theme-compiler/build.xml
@@ -43,7 +43,13 @@
<antcall target="common.clean" />
</target>
- <target name="tests">
+ <target name="checkstyle">
+ <antcall target="common.checkstyle">
+ <param name="cs.src" location="src" />
+ </antcall>
+ </target>
+
+ <target name="tests" depends="checkstyle">
<antcall target="common.tests.run" />
</target>