diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-10 20:16:05 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-11 08:24:53 +0000 |
commit | 074d7b358db7bc746b61d26f3907c5b479912486 (patch) | |
tree | 668cb3914cbcba78a7a6c69497b3ff0d1fdbc5eb /common.xml | |
parent | 424af57c0a99bf93066d331fe6a3a870cc44cf24 (diff) | |
download | vaadin-framework-074d7b358db7bc746b61d26f3907c5b479912486.tar.gz vaadin-framework-074d7b358db7bc746b61d26f3907c5b479912486.zip |
Fixed incorrect line breaks (#12040)
Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common.xml b/common.xml index 780b90d281..02473b4385 100644 --- a/common.xml +++ b/common.xml @@ -399,8 +399,7 @@ <fail unless="cs.src" message="No cs.src parameter given" /> <property name="result.dir.full" location="${result.dir}" /> <mkdir dir="${result.dir}" /> - <echo>##teamcity[importData type='checkstyle' - path='${result.dir.full}/checkstyle-errors.xml']</echo> + <echo>##teamcity[importData type='checkstyle' path='${result.dir.full}/checkstyle-errors.xml']</echo> <cs:checkstyle config="${cs.xml}" failOnViolation="false"> <fileset dir="${cs.src}" includes="**/*.java"> <exclude name="com/vaadin/sass/internal/parser/Parser.java" /> |