diff options
Diffstat (limited to 'all/build.xml')
-rw-r--r-- | all/build.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/all/build.xml b/all/build.xml index e352cbbc07..d5a484a902 100644 --- a/all/build.xml +++ b/all/build.xml @@ -104,8 +104,10 @@ <target name="clean"> <antcall target="common.clean" /> </target> - - <target name="tests"> + <target name="checkstyle"> + <!-- Checkstyle is handled by all separate modules --> + </target> + <target name="tests" depends="checkstyle"> <!-- No tests for this zip.. --> </target> |